Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 739 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 739 Bytes

Peg Thing®

based on the secret mind sharpening tool passed down from Ye Olden Days and now distributed by Cracker Barrel, Inc.

This is a re-frame/Reagent implementation of Peg Thing®. I took the game logic from this chapter Daniel Higginbotham's book, Clojure for the Brave and True.

Try it here.

Development Mode

Run application:

lein clean
lein figwheel dev

Figwheel will automatically push cljs changes to the browser.

Wait a bit, then browse to http://localhost:3449.

Production Build

lein clean
lein cljsbuild once min