Skip to content

Pegthing game (original version Functional Programming chapter of Clojure for the Brave and True)

License

Notifications You must be signed in to change notification settings

mmirolim/pegthing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pegthing

Pegthing game from Functional Programming chapter of Clojure for the Brave and True book.

Usage

$ lein run

or

$ java -jar pegthing-0.1.0-standalone.jar [args]

Examples

Hello, let's play Peg thing!
How many rows? [5]

Here's your board
	  a0
	 b0 c0
   d0 e0 f0
  g0 h0 i0 j0
k0 l0 m0 n0 o0
Remove which peg? [e]

...

TODO

  1. Reuse std buffer
  2. Add tests
  3. Build binary ...

License

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Pegthing game (original version Functional Programming chapter of Clojure for the Brave and True)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published