An open API service indexing awesome lists of open source software.

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

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
-------------

![](https://dl.dropboxusercontent.com/s/swuvgguzjohpjgm/fallen-blocks-ss.png)