Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (13 loc) · 1.07 KB

Real-time Tiktaktoe

A real-time tiktaktoe game that allows users to enter a room of their choosing, and play with others across the globe. This project utilises Reactjs with Socket.io to establish real-time communication.

On page load, users see the game lobby where they can enter their name and desired room

Screenshot 2024-04-02 at 00 29 00

When a user joins, they are unable to play until another user has joined. Screenshot 2024-04-02 at 00 31 51

Players then get notified if they have won or drawn

Screenshot 2024-04-02 at 00 38 35

Upcoming features

Display when a player joins or leaves Diplay text on who's turn it is Set a time restriction for each turn