Tic Tac Toe: Marvel vs DC
18 October 2019 • ☕️ 1 min read
A spin on the classic tic-tac-toe game with Marvel and DC characters
Introduction
Welcome to Tic Tac Toe: Marvel vs DC edition, a spin on the classic tic-tac-toe. One player selects a Marvel character and the other selects a DC character. Characters have their own unique symbols, instead of naughts and crosses.
Motivation
The aim of this project was to deliver a working 2-player Tic Tac Toe game that could be hosted online with the following requirements:
- render a game board in the browser
- switch turns between X and O
- visually display which side has won
This was my first project at General Assembly's Software Engineering Immersive course at Sydney.
Demo
Grab a friend and play. Can't decide on a character? Click the random button.
Tech
JavaScript
jQuery
HTML
CSS
Links
Last updated: 29 August 2021
Previous
