Skip to content

axel-lebourhis/littleworld-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

main repo of the LittleWorld project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published