Skip to content

quirkyquixote/wodox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wodox - A puzzle game influenced by Sokoban

Requirements

Wodox requires:

  • C compiler supporting the C99 standard
  • SDL
  • SDL_image
  • SDL_mixer
  • SDL_ttf
  • SDL_gfx

Installation

Wodox provides CMake scripts. To build from scratch execute the following:

mkdir build
cd build
cmake ..
make
make install

Running

Usage: wodox --help wodox --version
       wodox [<options>] --edit <file> ...
       wodox [<options>] --play <file> ...
       wodox [<options>]

See aditional options with wodox --help

About

A puzzle game influenced by Sokoban

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published