Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.16 KB

File metadata and controls

46 lines (32 loc) · 1.16 KB

Simple Clojure Game

Another simple game to practice clojure and clojurescript.

Build Status

Usage

# Install plugins and dependencies based on project.clj
lein install
# Compile Clojurescript and crossover code
lein cljsbuild once
# Start an HTTP server on port 3000
lein ring server
# Navigate to: http://localhost:3000/game.html

Tests

lein test

Development

bundle install
guard

Browser Repl

# Starts a server listening on port 9000 which the game page 
# can communicate with. Run after `lein ring server`
lein trampoline cljsbuild repl-listen

Media

8c8eb47 0b1d1da gameover