-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
32 lines (22 loc) · 1.5 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
This game was made by Tran Tien Huy and Nguyen Huy Thong as their final project for High Level Programming Language course at Vietnamese-German University.
The game was programmed using C++ and SFML 2.4.2 on Code::Blocks 16.01. For more information about SFML Library, please visit the official website: www.sfml-dev.org
================================================================================
+Instruction to run the game:
-If you would like to run the game without command line, please double click on Game_Test.exe
-If you want to run the game with the command line popped up, please double click on Game_Test_Debug.exe
==================================================================================
+Folder descriptions:
-bin: contains the executable file of the game
-data: contains the data files of the game
-include: contains all the header files (***.hpp)
-media: contains game resources (images, fonts, music)
-obj: contains object files
-src: contains source files (***.cpp)
====================================================================================
***NOTE:
If you would like to recompile the program, please make sure SFML has been installed on your machine. For instructions how to install the library, please visit
www.sfml-dev.org/tutorials/2.4/
====================================================================================
Should you have any problem, please contact us:
Tran Tien Huy - [email protected]
Nguyen Huy Thong - [email protected]