Allegro Game
Go to file
Asrın Doğan 8216c95c9e Additions and Readme Update
- 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
2019-09-10 22:22:22 +03:00
Images Initial Upload 2019-09-10 11:14:36 +03:00
Sounds Additions and Readme Update 2019-09-10 22:22:22 +03:00
allegro Allegro Folder Renamed 2019-09-10 12:50:01 +03:00
.gitattributes Initial commit 2019-09-10 10:49:27 +03:00
.gitignore HighScore System Added 2019-09-10 12:45:06 +03:00
README.md Additions and Readme Update 2019-09-10 22:22:22 +03:00
SynGame.c Additions and Readme Update 2019-09-10 22:22:22 +03:00

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"