Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 575 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 575 Bytes

Snake game

Simple Reagent/Re-Frame Snake game

Overview

Setup

git clone https://github.com/sergmarch/snake-game.git

cd snake-game/

To get an interactive development environment run:

lein figwheel

and open your browser at localhost:3449. This will auto compile and send all changes to the browser without the need to reload. After the compilation process is complete, you will get a Browser Connected REPL.

To clean all compiled files:

lein clean