Skip to content

Tests with SDL2, modern C++, CMake and Conan.

Notifications You must be signed in to change notification settings

ShadowMitia/sokoban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sokoban

About

A small sokoban project to practice and test some modern C++ features, and different tools. The objective is to create a small fully functional game from scratch.

Installation

This project uses CMake for building and Conan for dependency management.

cd path/to/this_project
mkdir build
cd build
conan install .. && cmake ..
make

The executable will be created in build/bin.

References

Releases

No releases published

Packages

No packages published