added a readme
This commit is contained in:
parent
10e60e4e3c
commit
3c936687a3
1 changed files with 16 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
This is game I made for my good friend Tobi
|
||||
To build you need git,make, and g++
|
||||
|
||||
Building
|
||||
|
||||
1. git clone https://gitdab.com/Canneddonuts/Tobee_RPG
|
||||
2. cd Tobee_RPG
|
||||
3. make
|
||||
|
||||
To run
|
||||
|
||||
linux
|
||||
./TobeeRPG
|
||||
|
||||
windows
|
||||
TobeeRPG.exe
|
Loading…
Reference in a new issue