https://github.com/quanghihicoder/xo_game
https://github.com/quanghihicoder/xo_game
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quanghihicoder/xo_game
- Owner: Quanghihicoder
- Created: 2024-12-03T08:50:04.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-03-03T06:07:22.000Z (3 months ago)
- Last Synced: 2025-03-03T06:18:59.441Z (3 months ago)
- Language: JavaScript
- Size: 1.96 MB
- 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.