Skip to content

Commit

Permalink
Package download centipede
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
tunisiano187 committed Sep 12, 2024
1 parent 3a75dc9 commit ed0a0d0
Show file tree
Hide file tree
Showing 6 changed files with 133 additions and 0 deletions.
43 changes: 43 additions & 0 deletions automatic/centipede/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
[![](https://img.shields.io/chocolatey/v/centipede?color=green&label=centipede)](https://chocolatey.org/packages/centipede) [![](https://img.shields.io/chocolatey/dt/centipede)](https://chocolatey.org/packages/centipede)

## Centipede (Portable)

![screen shot of Centipede](http://pjsfreeware.synthasite.com/resources/centi100.png)

**************** Centipede Another classic game from atari. *****************

This game is freeware
Centipede (c) PJ Crossley MMDCCLXIV

The Centipedes - consist of one or more attached segments which move horizontally through the playfield, moving one tile vertically when they hit the side of the screen, or a mushroom. Shoot a segment, and it will turn into a mushroom. If a centipede is split in half in this fashion, the segment behind the shot will form a head and you'll have two smaller centipedes to contend with.
Mushrooms - harmless to the touch, but take four shots to destroy. The player and centipedes can't move through them.
Poison mushrooms - These don't kill anything. But, when a centipede hits a poison mushroom, they go straight down until they hit the bottom of the screen.
Spiders - they come in from the side and scurry around the bottom half of the screen really fast, making wibbledy-wibbledy sounds.
Scorpions - they crawl through the top half of the screen and change mushrooms into poison mushrooms.
Fleas - they occasionally drop through the screen, leaving a trail of mushrooms.

###Scoring:
* extra life every 12000 points
* Body segments 10pts
* Head 100pts
* Spider 300pts
* Flea 200pts
* Scorpian 1000pts

###Controls:
* Arrow keys to move
* Ctrl to fire
* You can also use the mouse to play set from startup page

GM7


**[PACKAGE NOTES](https://github.com/bcurran3/ChocolateyPackages/blob/master/centipede/readme.md)**

#### [choco://centipede](choco://centipede)
To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support ](https://chocolatey.org/packages/choco-protocol-support)

### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)

Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
51 changes: 51 additions & 0 deletions automatic/centipede/centipede.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>centipede</id>
<version>2011.09.19</version>
<title>Centipede (Portable)</title>
<authors>PJ Crossley</authors>
<owners>bcurran3</owners>
<projectUrl>http://pjsfreeware.synthasite.com/</projectUrl>
<iconUrl>http://pjsfreeware.synthasite.com/resources/Rendered5.jpg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>![screen shot of Centipede](http://pjsfreeware.synthasite.com/resources/centi100.png)

**************** Centipede Another classic game from atari. *****************

This game is freeware
Centipede (c) PJ Crossley MMDCCLXIV

The Centipedes - consist of one or more attached segments which move horizontally through the playfield, moving one tile vertically when they hit the side of the screen, or a mushroom. Shoot a segment, and it will turn into a mushroom. If a centipede is split in half in this fashion, the segment behind the shot will form a head and you'll have two smaller centipedes to contend with.
Mushrooms - harmless to the touch, but take four shots to destroy. The player and centipedes can't move through them.
Poison mushrooms - These don't kill anything. But, when a centipede hits a poison mushroom, they go straight down until they hit the bottom of the screen.
Spiders - they come in from the side and scurry around the bottom half of the screen really fast, making wibbledy-wibbledy sounds.
Scorpions - they crawl through the top half of the screen and change mushrooms into poison mushrooms.
Fleas - they occasionally drop through the screen, leaving a trail of mushrooms.

###Scoring:
* extra life every 12000 points
* Body segments 10pts
* Head 100pts
* Spider 300pts
* Flea 200pts
* Scorpian 1000pts

###Controls:
* Arrow keys to move
* Ctrl to fire
* You can also use the mouse to play set from startup page

GM7


**[PACKAGE NOTES](https://github.com/bcurran3/ChocolateyPackages/blob/master/centipede/readme.md)**</description>
<summary>PJ Crossley's remake of the classic Centipede game.</summary>
<copyright>PJ Crossley</copyright>
<tags>pjcrossley centipede retro game portable</tags>
<packageSourceUrl>https://github.com/bcurran3/ChocolateyPackages/tree/master/centipede</packageSourceUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>
7 changes: 7 additions & 0 deletions automatic/centipede/tools/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
==================== Crozza Games LICENSE.TXT ====================

This game by PJ Crossley/Crozza Games is freely distributable copyrighted freeware.

This license is stated at http://pjsfreeware.synthasite.com/ and says "Feel free to distribute any of my free games on your site as long as you do not charge for them and a link to my site would be nice."

==================== Crozza Games LICENSE.TXT ====================
5 changes: 5 additions & 0 deletions automatic/centipede/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
==================== Crozza Games VERIFICATION.TXT ====================

This binary was directly downloaded and packaged up by bcurran3 from http://pjsfreeware.synthasite.com/. Checksums were manually created.

==================== Crozza Games VERIFICATION.TXT ====================
21 changes: 21 additions & 0 deletions automatic/centipede/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
$packageName = 'centipede'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = "$toolsDir\centipede.zip"
$checksum = 'FD9DF178F85EFBD7A9594C25514AF1C0C0940D261778998ACA975EF78C999CE6'
$Shortcut = 'Centipede.lnk'
$ProgramEXE = 'centipede.exe'

$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
fileType = 'ZIP'
url = $url
checksum = $checksum
checksumType = 'sha256'
}

Install-ChocolateyZipPackage @packageArgs

Install-ChocolateyShortcut -shortcutFilePath "$env:Public\Desktop\$Shortcut" -targetPath "$toolsDir\$ProgramEXE" -WorkingDirectory "$toolsDir"
Install-ChocolateyShortcut -shortcutFilePath "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\$Shortcut" -targetPath "$toolsDir\$ProgramEXE"
Remove-Item $url | out-null
6 changes: 6 additions & 0 deletions automatic/centipede/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$packageName = 'centipede'
$Shortcut = 'Centipede.lnk'

remove-item "$env:Public\Desktop\$Shortcut" -Force -ErrorAction 'SilentlyContinue'
remove-item "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\$Shortcut" -Force -ErrorAction 'SilentlyContinue'

0 comments on commit ed0a0d0

Please sign in to comment.