https://github.com/alhimik45/tic-tac-toe
Tic-tac-toe multiplayer app using hoplon.io
https://github.com/alhimik45/tic-tac-toe
clojure game hoplon multiplayer tic-tac-toe
Last synced: 5 months ago
JSON representation
Tic-tac-toe multiplayer app using hoplon.io
- Host: GitHub
- URL: https://github.com/alhimik45/tic-tac-toe
- Owner: alhimik45
- License: epl-1.0
- Created: 2014-12-20T07:06:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T15:37:57.000Z (almost 4 years ago)
- Last Synced: 2025-04-19T20:56:59.550Z (about 1 year ago)
- Topics: clojure, game, hoplon, multiplayer, tic-tac-toe
- Language: Clojure
- Homepage: https://tic-tac-toe-hoplon.herokuapp.com/
- Size: 89.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tic-tac-toe
A multiplayer app using clojure framework [Hoplon][1]
## Usage
1. Start the auto-compiler. In a terminal:
```bash
$ boot development
```
2. Go to [http://localhost:8000][2] in your browser.
3. Enjoy!
Copyright © 2014, **Alexey Kolpakov**
[1]: http://hoplon.io/
[2]: http://localhost:8000