https://github.com/oae/fallen_blocks_game
Simple space invaders like game using interrupts
https://github.com/oae/fallen_blocks_game
Last synced: 11 months ago
JSON representation
Simple space invaders like game using interrupts
- Host: GitHub
- URL: https://github.com/oae/fallen_blocks_game
- Owner: oae
- License: gpl-3.0
- Created: 2013-08-07T05:53:09.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-07T20:53:46.000Z (over 12 years ago)
- Last Synced: 2025-01-20T06:41:21.669Z (over 1 year ago)
- Language: C++
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fallen_blocks_game
==================
Simple space invaders like game using interrupts
Installing
-------------
You need to compile GAME.C using Borland Turbo C/C++ 3.0.
Playing
-------------
`right_key,left_key:` Move hero to right, left
`Space:` Fire the gun
`Esc:` Quit game
At the beginning our bullets have 3 cell/second and blocks
have 1 cell/second. Each ten score will increase the blocks’ speed by one.
Screenshot
-------------
