Update README.md
This commit is contained in:
parent
0938c7b364
commit
23a49fa855
|
@ -1,5 +1,5 @@
|
||||||
# SynGame
|
# SynGame
|
||||||
Simple Shoot 'Em Up game.\
|
Simple Shoot 'Em Up game.
|
||||||
|
|
||||||
Keys:\
|
Keys:\
|
||||||
Move Up - Up Arrow\
|
Move Up - Up Arrow\
|
||||||
|
@ -8,14 +8,14 @@ Move Down - Down Arrow\
|
||||||
Move Left - Left Arrow\
|
Move Left - Left Arrow\
|
||||||
Shoot - Space\
|
Shoot - Space\
|
||||||
Restart - R\
|
Restart - R\
|
||||||
Exit - Escape(ESC)\
|
Exit - Escape(ESC)
|
||||||
|
|
||||||
Settings.syn can be opened with a text editor.\
|
Settings.syn can be opened with a text editor.\
|
||||||
Settings Format:\
|
Settings Format:\
|
||||||
First line: Screen Mode, 1 is Fullscreen, 0 is Windowed (Default Value = 1)\
|
First line: Screen Mode, 1 is Fullscreen, 0 is Windowed (Default Value = 1)\
|
||||||
Second line: Screen Width, Windowed Mode Only (Default Value = 1600)\
|
Second line: Screen Width, Windowed Mode Only (Default Value = 1600)\
|
||||||
Third line: Screen Height, Windowed Mode Only (Default Value = 900)\
|
Third line: Screen Height, Windowed Mode Only (Default Value = 900)\
|
||||||
Fourth line: Enemy Count Limiter, there will be no more enemies than this number on the screen (Default Value = 12)\
|
Fourth line: Enemy Count Limiter, there will be no more enemies than this number on the screen (Default Value = 12)
|
||||||
|
|
||||||
Exe without console window\
|
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
|
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
|
||||||
|
|
Loading…
Reference in New Issue