Helios Lyons 201239214
Dependencies: mbed
Brief
My aim for this project was to create a FRDM K64F adapted version of the classic Space Invaders by Tomohiro Nishikado. The game itself has a number of clear features to implement;
- Left to right movement for the player 'canon'
- A fixed amount of player lives
- Firing mechanics for both canon and invaders (hence collision systems)
- Random firing from remaining invaders
- Wave based combat
My own addition to these established ideas was Boss waves, featuring a single, larger sprite which fires at a faster interval than previous waves. The addition of a movement system using a basic for loop, as opposed to a velocity based system, will enhance the nostalgic feel of the game.
Gameplay
Movement is controlled with the joystick, moving the canon left or right. Fire by pressing A. Invaders spawn at set positions, but randomly fire at a set interval, which is higher for boss waves. Time is taken during each wave, and displayed at wave intervals, and if the play wins.
Controls are shown on the Gamepad below: (attribution: Craig A. Evans, ELEC2645 University of Leeds)
Revisions of Bullet/Bullet.cpp
Revision | Date | Message | Actions |
---|---|---|---|
11:1fd8fca23375 | 2020-05-27 | Helios A. Lyons 201239214; | File Diff Annotate |
10:19b250c7de5e | 2020-05-18 | Helios Lyons 201239214 | File Diff Annotate |
9:6a245c8ce08e | 2020-05-17 | Helios Lyons 201239214 | File Diff Annotate |
8:ec4199484adf | 2020-04-22 | Implementing bullet firing and storing system. Begun menu design with controller options | File Diff Annotate |