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
rRestarting a level
zRevert one step
Enter
Choosing the selected option
EscShowing 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)

Download

Download
sokob-ant-x86-64-linux-v0.4.1.zip 19 MB
Download
sokob-ant-x86-64-osx-v0.4.1.zip 18 MB

Comments

Log in with itch.io to leave a comment.

(+1)

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.