-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version Beta 0.2 - Hangar Screen and Skill levels
- Added 3 Difficulty Levels (Easy, Normal, Hard) - Added 4 new ship sprites (based on the original game) - Implemented Hangar Screen to select ship model, ship and shield colors - Added option to save high scores and hangar settings to disk - Added Game Over screen with mission statistics - Added more aliens wave configurations
- Loading branch information
Showing
25 changed files
with
1,243 additions
and
227 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,33 @@ | ||
## Retaliate 64 Changelog | ||
|
||
##### v0.2 - 18-Jan-20178 - Hangar Screen and Skill levels | ||
|
||
- Added 3 Difficulty Levels (Easy, Normal, Hard) | ||
- Added 4 new ship sprites (based on the original game) | ||
- Implemented Hangar Screen to select ship model, ship and shield colors | ||
- Added option to save high scores and hangar settings to disk | ||
- Added Game Over screen with mission statistics | ||
- Added more aliens wave configurations | ||
|
||
##### v0.1 - 30-Dez-2017 - Initial Version | ||
|
||
The main additions/changes to the code from the book were: | ||
|
||
- Added a splash screen for the game | ||
- Added the Retaliate logo (as sprites) on the Menu | ||
- Added a intro screen with game story/instructions | ||
- Added a credits screen | ||
- Changed sprites of the ships to reproduce Retaliate design | ||
- Changed aliens movement from swinging horizontally to moving down vertically | ||
- Implemented ship-to-ship collision logic | ||
- Limited the vertical movement of the player ship | ||
- Implemented the shield (activated with joystick down) | ||
- Implemented the shield energy gauge on the bottom line | ||
- Implemented limited bullets for player, and added an Ammo counter on screen | ||
- Implemented bullet collection feature (using the energy shield) | ||
- Reduced to a single life for the player | ||
- Changed score system to: 5 points killed by shield, 10 points killed by bullet | ||
|
||
--- | ||
Original repository <https://github.com/lvcabral/retaliate64> | ||
Copyright (C) 2017,2018 Marcelo Lv Cabral - <https://lvcabral.com> |
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
Binary file not shown.
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
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
Oops, something went wrong.