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

https://github.com/quanghihicoder/xo_game


https://github.com/quanghihicoder/xo_game

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Demo Video

YouTube: https://youtu.be/SIZKYpOCskg

# Windows

Run `setup_win.bat`

# MacOS

Run `chmod +x setup_mac.sh`

Run `./setup_mac.sh`

# Note

It will prompt for MYSQL USERNAME and PASSWORD, please enter

Tech: React.js, Node.js (Express), MYSQL, AWS, Socket.io, Minimax algorithm

There are some performance concerns; sometimes I send more data than needed in socket on and emit. I also think the memory usage on the client side is not ideal. Additionally, the AWS user data scripts are incorrect. I will work on all these issues and upload a step-by-step tutorial on YouTube. It will take me a month.