Awesome
Introduction
My first clojure game.
Inspired by James Trunk "Game development in Clojure with play-clj & Light Table".
The game drawings are made by my 6-years-old daughter.
How to run the game
-
Download and install Leiningen
-
Run "lein repl" inside project folder.
-
Run "(-main)" function inside repl.
> lein repl
> clojure-play-clj.core.desktop-launcher=> (-main)
Change the game art
Encourage your child to draw their own game art. Replace the game's resources:
- /resources/background.png (800 x 600)
- /resources/horse.png (300 x 187)
- /resources/fruit.png (50 x 61)