Compare commits
15 Commits
Author | SHA1 | Date | |
---|---|---|---|
df79395421 | |||
|
5a82e45de7 | ||
|
5a37718718 | ||
|
acfcade62e | ||
|
a87b248a1c | ||
|
8e1dedc421 | ||
|
f9e795e5e4 | ||
|
5596b53c02 | ||
|
f1620e54a0 | ||
|
049612b1c8 | ||
|
0738d7f9a7 | ||
|
477b4ddb40 | ||
|
23a49fa855 | ||
|
0938c7b364 | ||
|
7886dbd994 |
4
.gitignore
vendored
4
.gitignore
vendored
@ -4,13 +4,13 @@
|
||||
*.a
|
||||
*.dll
|
||||
*.syn
|
||||
!allegro_acodec-5.0.10-md.dll
|
||||
!allegro_audio-5.0.10-md.dll
|
||||
!allegro_acodec-5.0.10-md.dll
|
||||
!allegro_image-5.0.10-md.dll
|
||||
!allegro_primitives-5.0.10-md.dll
|
||||
!allegro-5.0.10-md.dll
|
||||
!liballegro_audio-5.0.10-md.a
|
||||
!liballegro_acodec-5.0.10-md.a
|
||||
!liballegro_image-5.0.10-md.a
|
||||
!liballegro_dialog-5.0.10-md.a
|
||||
!liballegro_primitives-5.0.10-md.a
|
||||
!liballegro-5.0.10-md.a
|
32
README.md
32
README.md
@ -1,26 +1,24 @@
|
||||
# SynGame
|
||||
Simple Shoot 'Em Up game.
|
||||
Simple Shoot 'Em Up game for Windows.
|
||||
|
||||
Keys:
|
||||
Move Up - Up Arrow
|
||||
Move Right - Right Arrow
|
||||
Move Down - Down Arrow
|
||||
Move Left - Left Arrow
|
||||
Shoot - Space
|
||||
Restart - R
|
||||
Keys:\
|
||||
Move Up - Up Arrow\
|
||||
Move Right - Right Arrow\
|
||||
Move Down - Down Arrow\
|
||||
Move Left - Left Arrow\
|
||||
Shoot - Space\
|
||||
Restart - R\
|
||||
Exit - Escape(ESC)
|
||||
|
||||
Settings.syn can be opened with a text editor.
|
||||
Format:
|
||||
First line: Screen Mode, 1 is Fullscreen, 0 is Windowed (Default Value = 1)
|
||||
Second line: Screen Width, Windowed Mode Only (Default Value = 1600)
|
||||
Third line: Screen Height, Windowed Mode Only (Default Value = 900)
|
||||
Settings.syn can be opened with a text editor.\
|
||||
Settings Format:\
|
||||
First line: Screen Mode, 1 is Fullscreen, 0 is Windowed (Default Value = 1)\
|
||||
Second line: Screen Width, Windowed Mode Only (Default Value = 1600)\
|
||||
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)
|
||||
|
||||
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
|
||||
|
||||
Exe with console window
|
||||
|
||||
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"
|
Binary file not shown.
BIN
allegro/lib/liballegro-5.0.10-md.a
Normal file
BIN
allegro/lib/liballegro-5.0.10-md.a
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user