Skip to content

borodust/ball-z-2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ball Z: Second Dimension

Game with balls. Even more of them.

Lisp Game Jam 2018 entry.

How To Play

Hold spacebar to power up and release it to unleash the force, pushing Master Bawl in the direction of your cursor.

Bump into Red Balls with high velocity to increase Master Bawl's patience and give you more time to finish the level.

Running

Binaries

From sources via Quicklisp

(ql-dist:install-dist "http://bodge.borodust.org/dist/org.borodust.bodge.testing.txt" :prompt nil :replace t)

(ql:quickload :ball-z-2d)

(ball-z-2d:run)