Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bor0/soko

Sokoban game implementation in SDL/C
https://github.com/bor0/soko

c sdl sokoban

Last synced: about 1 month ago
JSON representation

Sokoban game implementation in SDL/C

Awesome Lists containing this project

README

        

Soko v1.0 by Boro Sitnikovski
=============================

To clone me: Write `git clone [email protected]:bor0/soko.git`

- Linux users:
1. To install dependencies:
- I know that "configure" should handle this, but it's a small project anyway.
- Ubuntu: `apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev`
- Arch: `pacman -S sdl sdl_image sdl_mixer`
2. Write "make" to get soko executable.
- Windows users:
1. Use Pelles C on the soko.ppj project file.
2. Download SDL (http://www.libsdl.org/download-1.2.php)
3. Download SDL_mixer (http://www.libsdl.org/projects/SDL_mixer/release-1.2.html)
4. Download SDL_image (http://www.libsdl.org/projects/SDL_image/release-1.2.html)
- OS X users:
- TODO

Credits: Spotz (music), 0xcaca0 (code fixes).

Boro Sitnikovski

Licensed under GPL. Read LICENSE for more information.

January, 2014