https://github.com/cailllev/binoxxo
simple BinoXXo game
https://github.com/cailllev/binoxxo
Last synced: 10 months ago
JSON representation
simple BinoXXo game
- Host: GitHub
- URL: https://github.com/cailllev/binoxxo
- Owner: cailllev
- Created: 2020-12-06T15:12:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T09:24:46.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T16:30:07.591Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BinoXXo
## Description
A simple BinoXXo game. Configurable size of field and "difficulty". A server serves the js scripts to the client, no server side logic.
## Usage
Currently deployed with heroku at https://gentle-refuge-74003.herokuapp.com/
## TODO
- Add button for hints (which "O"s or "X"s are wrong)
- Add button to restart round -> ``localStorage.clear()``
- Link github repo on site
- Enhance UI
- Write description for own deployement
- Implement logic so only one solution is possible