https://github.com/skalskip/xoxo
https://github.com/skalskip/xoxo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skalskip/xoxo
- Owner: SkalskiP
- Created: 2018-05-27T17:50:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T16:05:02.000Z (about 7 years ago)
- Last Synced: 2025-03-25T21:51:04.528Z (3 months ago)
- Language: TypeScript
- Size: 867 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
XOXO
## Description
A small application that was created as a final project on subject: "Operational research and complexity theory" at second year of computer science. The whole application is written in React using TypeScript and Redux. The main goal of the project was the implementation of the Min Max algorithm that makes decisions of the bot player. The application allows you to play in both single and multi-player mode. You can find the working version of XOXO [here][1] or play with it on your computer.
``` bash
# install dependencies
npm install# serve with hot reload at localhost:3000
npm run
```
![]()
![]()
[1]: https://xoxo-minmax.herokuapp.com/