Skip to content

StellaSmith/little_game

Repository files navigation

little_game

A little project aimed to create a minecraft-like game.

Build Linux Build Win32 Build MinGW-w64 Build MSYS2

Building

Build Dependencies

Programs needed in order to build, links are included for the windows installers.

The rest of the build tools should be provided by conan

Building

cd little_game
mkdir build
# Make sure we have conan installed
python -m pip install --user --upgrade conan
# Finally, building
conan build . --build missing -s compiler.cppstd=20 

The last step will also download and build dependecies if required.

About

A little project aimed to create a minecraft-like game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published