Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bor0/soko
- Owner: bor0
- License: other
- Created: 2014-01-15T04:15:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T18:02:39.000Z (over 6 years ago)
- Last Synced: 2024-11-07T00:36:48.640Z (3 months ago)
- Topics: c, sdl, sokoban
- Language: C
- Homepage:
- Size: 2.55 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
- TODOCredits: Spotz (music), 0xcaca0 (code fixes).
Boro Sitnikovski
Licensed under GPL. Read LICENSE for more information.
January, 2014