An open API service indexing awesome lists of open source software.

https://github.com/skalskip/xoxo


https://github.com/skalskip/xoxo

Last synced: 3 months ago
JSON representation

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/