Skip to content

A quick implementation of the triangle peg game from Daniel Higginbotham's Clojure for the Brave and True book. The original can be found at https://github.com/flyingmachine/pegthing

Notifications You must be signed in to change notification settings

burtawicz/triangle-peg-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Triangle Peg Game

A simple terminal based implementation of the triangle peg game in Clojure. Based on the approach and techniques found in Daniel Higginbotham's Clojure for the Brave and True.

Usage

From the REPL:

  • (-main)

From the CLI:

  • lein run

Tests

From the CLI:

  • lein test

About

A quick implementation of the triangle peg game from Daniel Higginbotham's Clojure for the Brave and True book. The original can be found at https://github.com/flyingmachine/pegthing

Topics

Resources

Stars

Watchers

Forks