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: about 1 month 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 10 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T15:37:57.000Z (almost 3 years ago)
- Last Synced: 2023-08-15T23:38:50.275Z (almost 2 years 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: 3
- 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