2021-02-23 01:42:27 +01:00
2021-02-23 01:48:42 +01:00
2021-02-23 01:49:23 +01:00
2015-03-09 22:15:05 +01:00
2021-02-23 01:46:38 +01:00
2021-02-23 01:47:26 +01:00

Simple RPG

Simple RPG game made in C++ and SFML.

Download

Clone

  $ git clone https://github.com/riyyi/rpg
  $ cd rpg
  $ git submodule init
  $ git submodule update

Or

  $ git clone --recursive https://github.com/riyyi/rpg

Update

  $ git pull
  $ git submodule update --recursive

Build instructions

Linux

Prerequisites

Install the dependencies:

Compile

$ mkdir build
$ cd build
$ cmake ..
$ make

Windows

Prerequisites

Download and extract build tools:

Add build tools to system PATH:

  • C:mingw64\bin
  • C:\cmake\bin

Compile

$ mkdir build
$ cd build
$ cmake -G "MinGW Makefiles" ..
$ mingw32-make.exe

Libraries

References

Programming

Book

  • Michael Dawson - Beginning C++ Through Game Programming, Third Edition - 2010
S
Description
Simple 2D RPG made in C++ and SFML
Readme
3.9 MiB
Languages
C++ 100%