You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			|  | преди 5 години | |
|---|---|---|
| data | преди 5 години | |
| deps | преди 5 години | |
| src | преди 5 години | |
| .gitattributes | преди 11 години | |
| .gitignore | преди 5 години | |
| .gitmodules | преди 5 години | |
| CMakeLists.txt | преди 5 години | |
| README.org | преди 5 години | |
		
			
				
				README.org
			
		
		
			
			
		
	
	Simple 2D RPG
Simple 2D RPG made in C++ and SFML.
Download
Clone
  $ git clone https://<git>.com/riyyi/rpg
  $ cd rpg
  $ git submodule init
  $ git submodule updateOr
  $ git clone --recursive https://<git>.com/riyyi/rpgUpdate
  $ git pull
  $ git submodule update --recursiveBuild instructions
Linux
Prerequisites
Install the dependencies:
Compile
$ mkdir build
$ cd build
$ cmake ..
$ makeWindows
Prerequisites
Download and extract build tools:
- MinGW (64-bit) get the version recommended by SFML!
- CMake
Add build tools to system PATH:
- C:mingw64\bin
- C:\cmake\bin
Compile
$ mkdir build
$ cd build
$ cmake -G "MinGW Makefiles" ..
$ mingw32-make.exeReferences
Programming
Book
- Michael Dawson - Beginning C++ Through Game Programming, Third Edition - 2010