From 0938c7b3645b3f9749ae60538117d293d101aae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asr=C4=B1n=20Do=C4=9Fan?= <33391270+Syntriax@users.noreply.github.com> Date: Fri, 13 Sep 2019 20:32:26 +0300 Subject: [PATCH] Update README.md --- README.md | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 1c75ac6..d716fd8 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,24 @@ # SynGame -Simple Shoot 'Em Up game. +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) +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. - -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 +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\ 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" \ No newline at end of file