Skip to content

Riyyi/rpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 update

Or

$ git clone --recursive https://<git>.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

Video

Art

About

Simple 2D RPG made in C++ and SFML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published