linkret / CrosseyCircley

Browser-based implementation of Tic-Tac-Toe, made with Node.js / Express / EJS
MIT License
2 stars 5 forks source link
express express-js hacktoberfest hacktoberfest2021 javascript node nodejs tic-tac-toe-game

CrosseyCircley

Browser-based implementation of Tic-Tac-Toe, made with Node.js / Express / EJS

Part of hacktoberfest 2021!

Installation:

If you want to test it and play against yourself, open the game in two tabs. Create a new game from one tab, and join the game from the other tab.

Some pictures:

The game page, game.ejs. Click on cells to mark them:

win

The game is multiplayer, and players take turns clicking on cells, until someone wins.

Main page, index.ejs. Choose a game to join, or create a new one:

home

Originally implemented in two hours for fun, and as practice. I have almost zero web-dev experience. But I want to work on this project more, and find ways to improve it until it's no longer crap-tier.

Warm thanks to everyone that contributed so far!