https://github.com/ezmiller/clj-tictactoe
Command-line TicTacToe in Clojure
https://github.com/ezmiller/clj-tictactoe
clojure
Last synced: 2 months ago
JSON representation
Command-line TicTacToe in Clojure
- Host: GitHub
- URL: https://github.com/ezmiller/clj-tictactoe
- Owner: ezmiller
- Created: 2018-08-21T14:00:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T05:44:30.000Z (about 5 years ago)
- Last Synced: 2025-03-06T02:23:46.163Z (over 1 year ago)
- Topics: clojure
- Language: Clojure
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TicTacToe
=========
A command-line TicTacToe game implemented in clojure.
To run:
```
clj -m tictactoe
```