8216c95c9e
- Added a Background Music - Added Limitations to the player's positions so they can't exceed screen limits - Added Controls to Readme file - Fixed Score position and increased digit count |
||
---|---|---|
Images | ||
Sounds | ||
allegro | ||
.gitattributes | ||
.gitignore | ||
README.md | ||
SynGame.c |
README.md
SynGame
Simple Shoot 'Em Up game.
Keys: Move Up - Up Arrow Move Right - Right Arrow Move Down - Down Arrow Move Left - Left Arrow Shoot - Space Restart - R Exit - Escape(ESC)
Exe without console window
gcc SynGame.c -o SynGame.exe "allegro\lib\liballegro-5.0.10-md.a" "allegro\lib\liballegro_audio-5.0.10-md.a" "allegro\lib\liballegro_acodec-5.0.10-md.a" "allegro\lib\liballegro_image-5.0.10-md.a" "allegro\lib\liballegro_dialog-5.0.10-md.a" "allegro\lib\liballegro_primitives-5.0.10-md.a" --machine-windows
Exe with console window
gcc SynGame.c -o SynGame.exe "allegro\lib\liballegro-5.0.10-md.a" "allegro\lib\liballegro_audio-5.0.10-md.a" "allegro\lib\liballegro_acodec-5.0.10-md.a" "allegro\lib\liballegro_image-5.0.10-md.a" "allegro\lib\liballegro_primitives-5.0.10-md.a"