Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 680 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 680 Bytes

littleworld-core

Introduction

This is the main repo of the LittleWorld project. LittleWorld is a little RPG wrote in C++ and based on SFML. The main purpose for me was to develop my skills in C++.

Build

To build the full project, just run:

make all

To force debug mode:

make debug

To force release mode:

make release

To build unit test app:

export BUILD_TEST=true
make all

To clean your build directory, run:

make clean

Contribution

If you find issues, you can submit them. You can also submit pull requests if you want to fix or improve something.

Contact

You can contact me at: [email protected]