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
2019-09-10 12:50:01 +03:00
2019-09-10 11:14:36 +03:00
2019-09-10 22:22:22 +03:00
2019-09-10 10:49:27 +03:00
2019-09-10 12:45:06 +03:00
2019-09-10 22:22:22 +03:00
2019-09-10 22:22:22 +03:00

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"

Description
Languages
C 99.3%
C++ 0.6%