-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
133 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ==================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ==================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
|