My entry for the GameOff 2018 jam - play it here: https://francesco-dipi.github.io/flappy-tetris/.
The idea is to make an hybrid between flappy bird and tetris, but actually that's only an excuse to start learning clojure(script).
This project comes with Nightlight. To start hacking:
- Install the JDK
- Install Boot: http://boot-clj.com/
- In your terminal, go to this directory and enter
boot run
- To edit the app in Nightlight, go to http://localhost:4000
- To see the app, go to http://localhost:3000