Simple helicopter game created by C (Allegro 5)
This game, Cavecopter Lite, is simple but addictive game. Guide the helicopter through the cave without hitting walls or obstacles. hold space bar button to go up/ Release to go down.
C with Allegro 5
More information about Allegro 5 (A game programming library)
#define _CRT_SECURE_NO_WARNINGS
is to prevent a warning in Visual Studio 2015enum STATE { TITLE, PLAYING, GAMEOVER };
consist of 3 game states.TITLE
is title menu which instructions is included. player have to press 'a' in order to playPLAYING
is main gameplay. (Note: The helicopter will go up instantly)GAMEOVER
is a screen which shows score and wait for the player to press 'play again' button.
- Game Library - I created this game in 3 days with this wonderful library Allegro 5
- Font - RD CHULAJARUEK Regular
- Background - CuteSbBoy Newsgrounds.org