Du kan inte välja fler än 25 ämnen
			Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
		
		
		
		
		
			|  | 5 år sedan | |
|---|---|---|
| data | 5 år sedan | |
| deps | 5 år sedan | |
| src | 5 år sedan | |
| .gitattributes | 11 år sedan | |
| .gitignore | 5 år sedan | |
| .gitmodules | 5 år sedan | |
| CMakeLists.txt | 5 år sedan | |
| README.org | 5 år sedan | |
		
			
				
				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