https://github.com/quanghihicoder/xo_game
https://github.com/quanghihicoder/xo_game
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quanghihicoder/xo_game
- Owner: Quanghihicoder
- Created: 2024-12-03T08:50:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-03T23:53:46.000Z (over 1 year ago)
- Last Synced: 2025-03-27T17:19:58.775Z (about 1 year ago)
- Language: JavaScript
- Size: 755 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.