Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bor0/soko-gba
Sokoban for Game Boy Advance
https://github.com/bor0/soko-gba
c devkit gameboy-advance gba-game sokoban
Last synced: about 2 months ago
JSON representation
Sokoban for Game Boy Advance
- Host: GitHub
- URL: https://github.com/bor0/soko-gba
- Owner: bor0
- License: other
- Created: 2015-03-06T17:57:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-06T18:14:14.000Z (almost 10 years ago)
- Last Synced: 2023-03-23T05:11:53.096Z (almost 2 years ago)
- Topics: c, devkit, gameboy-advance, gba-game, sokoban
- Language: C
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Soko-gba v1.0 by Boro Sitnikovski
=================================To clone me: Write `git clone [email protected]:bor0/soko-gba.git`
1. To install dependencies:
- Download http://sourceforge.net/projects/devkitpro/files/devkitARM/devkitARM_r44/devkitARM_r44-x86_64-linux.tar.bz2/download
- Download http://sourceforge.net/projects/devkitpro/files/libgba/libgba-20150106.tar.bz2/download
2. Set DEVKITARM and DEVKITPRO accordingly.
3. Write "make" to get soko executable.
4. Write "make clean" to remove unnecessary files.Screenshots:
![Alt text](/screenshots/gameplay.png?raw=true "Soko")
Game logic is based on my previous Soko game `[email protected]:bor0/soko`
Due to the orthogonality between game logic and other parts of the app, porting the game was easy. All I needed to replace was the drawing and music stuff.
Boro Sitnikovski
Licensed under GPL. Read LICENSE for more information.
March, 2015