About
This is a real-time application using Socket.io. Unlike many projects out there which use chat-app as an example, I want to make a different app to showcase the use of Socket.io. So, it’s gonna be a good old tic-tac-toe game but the difference is — it’s gonna be a real-time, multiplayer game with the Terminal interface.
These are the libraries that were used for building this project
- Socket.io Server — for server
- Socket.io Client — for client
- Blessed — for building terminal interface
- Chalk — for colorizing the logs
- Figlet — for ASCII text
- Clear — for cleaning the terminal
You can watch how it works on YouTube Please read the complete tutorial in medium
