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++.
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
If you find issues, you can submit them. You can also submit pull requests if you want to fix or improve something.
You can contact me at: [email protected]