Skip to content

thomas-joubert/Sokoban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sokoban

This game is basic Sokoban game. The goal is to put every box in their respective spot.

Build

The game relies on the SFML library for graphics.

To build the project, run:

meson build builddir && cd builddir && meson compile

This will produce the sokoban binary.

Tests

To run tests, run:

meson build builddir && cd builddir && meson test

About

Simple Sokoban

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published