Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stianeikeland/tictactoe-clojure
TicTacToe Kata
https://github.com/stianeikeland/tictactoe-clojure
Last synced: about 2 months ago
JSON representation
TicTacToe Kata
- Host: GitHub
- URL: https://github.com/stianeikeland/tictactoe-clojure
- Owner: stianeikeland
- License: epl-1.0
- Created: 2014-02-12T22:48:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-12T23:00:36.000Z (almost 11 years ago)
- Last Synced: 2024-10-15T21:34:30.078Z (3 months ago)
- Language: Clojure
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToe-Kata (Bergen Coding Dojo)
TicTacToe written in ~2.5 hours at Bergen Coding Dojo in Clojure (12th feb 2014). Uses Quil w/OpenGL.
Regular Tic-tac-toe is impossible to lose, this one has a 3D-rotating board - which makes it a bit harder. Which way is up? :)
![tictactoe](http://www.eikeland.se/other/tictactoe.gif)
Red: Player X, Green: Player O, Blue: Free.
Keyboard:
- 1..9 to play a given square [1 2 3, 4 5 6, 7 8 9]
- r to reset the board## Usage
```
$ lein run
```## License
Copyright © 2014 Stian Eikeland
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.