DEV Community

Cover image for How I Built the Best Tic-Tac-Toe Game Ever
Osinachi Chukwujama
Osinachi Chukwujama

Posted on

How I Built the Best Tic-Tac-Toe Game Ever

What I built

Multiplayer tic-tac-toe using AdonisJS, Websockets and Redis.

Category Submission:

Since this is a fun game, it fits into the Random Roulette category.

App Link

https://tic-tac-toe-trm58.ondigitalocean.app/

Screenshots

Initial

game loaded
vicradon won
loser's side
rematch

Description

A multiplayer Tic-Tac-Toe which uses Redis for storing game state during play. It uses web socket technology to enable real-time communication

Link to Source Code

https://github.com/vicradon/tic-tac-toe

Permissive License

The source code is licenced under the MIT Licence.

Background

game-pads

Photo by Igor Karimov on Unsplash

I wanted to improve my Node.js skills by building something cool. I thought to myself, what's cooler than games? Nothing is cooler than games. So I started building the game.

How I built it

I mostly wrote down my tasks on each day of development in the README. When I completed those tasks, I commit and push to Github.

Top comments (0)