Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirang89/tictacky
Nothing to see here – Yet.
https://github.com/kirang89/tictacky
Last synced: 7 days ago
JSON representation
Nothing to see here – Yet.
- Host: GitHub
- URL: https://github.com/kirang89/tictacky
- Owner: kirang89
- Created: 2016-02-23T22:17:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T22:19:22.000Z (over 8 years ago)
- Last Synced: 2024-04-16T18:23:09.531Z (7 months ago)
- Language: Clojure
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tictacky
**Vision**: An interactive tic-tac-toe game with AI based on minimax algorithm with
alpha-beta pruning.*It's a very hacky implementation at the moment.*
Comments on how to improve my code are more than welcome :)
## Installation
```
git clone https://github.com/kirang89/tictacky.git
cd tictacky
lein deps
```## Usage
```
lein run
```## TODOs
- Rethink program style
- Apply alpha-beta pruning
- User Interaction
- Think of more ways to test## License
Copyright © 2016 Kiran Gangadharan
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.