oae / fallen_blocks_game

Simple space invaders like game using interrupts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple space invaders like game using interrupts

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%