https://github.com/frectonz/oxo
tic tac toe in elm
https://github.com/frectonz/oxo
Last synced: about 1 month ago
JSON representation
tic tac toe in elm
- Host: GitHub
- URL: https://github.com/frectonz/oxo
- Owner: frectonz
- License: mit
- Created: 2022-03-29T02:34:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T10:54:03.000Z (over 3 years ago)
- Last Synced: 2025-01-14T03:16:36.384Z (over 1 year ago)
- Language: Elm
- Homepage: https://play-oxo.netlify.app/
- Size: 202 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OXO
A tic tac toe game in elm.
## [Live Preview](https://play-oxo.netlify.com/)
## Screenshots
Sample screenshots of the website.

## Running the website
Install packages
```sh
pnpm install
```
Run the start script
```sh
pnpm dev
```