Skip to content

FedeLopez17/tic-tac-club

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Club

Description:

This project is part of The Odin Project's curriculum.
Seeing as tic tac toes are a rather hackneyed project, I tried to give it my own unique spin.
With Tic Tac Club you can choose from over 450 real life national teams and clubs to play a tic tac toe match.
Matches may be played either against a human friend or a computer-controlled opponent with varying degrees of difficulty.
Admittedly, there are many things that could be improved or fine-tuned, but I'm quite happy with how it turned out.

How it looks:

Video Demonstration:

ttc-playthrough.mp4

Screenshots:

See screenshots

Technologies used:

HTML5

CSS3

JavaScript

New things learned:

  • Factory functions.
  • Module pattern.
  • Basics of the Audio Web API.
  • How things can easily take longer than expected.
  • How to split code in smaller very specific files.

Areas for improvement:

  • Add more teams.
  • Make it look nice across different screen sizes.
  • Add away kits so that when two teams have the same kit color, the visitor teams place with their away kit.