Sokob-Ant
A downloadable game for macOS and Linux
Contribution to the Spring Lisp Game Jam 2020.
A puzzle game in the world of Ants.
Find food for the colony and bring it back home.
For now only the source is available at
https://github.com/eulcey/SokobAnt
Controls
Arrow keys | Selecting options and moving the character |
r | Restarting a level |
z | Revert one step |
Enter | Choosing the selected option |
Esc | Showing the Menu |
Requirements
as of https://borodust.org/projects/trivial-gamekit/:
- Quicklip
- OpenGL 2.1 or 3.3+
- x86_64 Windows, GNU/Linux or macOS
- x86_64 SBCL or CCL
To run the game download the source code and enter in the REPL:
(ql:quickload :sokob-ant) (in-package :sokob-ant) (start-game)
Status | Prototype |
Platforms | macOS, Linux |
Author | monokrit |
Genre | Puzzle |
Code license | GNU General Public License v2.0 (GPL) |
Asset license | Creative Commons Attribution_ShareAlike v4.0 International |
Comments
Log in with itch.io to leave a comment.
Please include the credits and licensing information for any assets used (even if you created them). Future jam participants should be able to freely use and redistribute any assets from past Lisp Game Jam events, and currently the assets do not seem to have any licensing information mentioned to permit them to do so.