Skip to content

developess/Noughts-and-Crosses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Noughts & Crosses

A simple tic-tac-toe game in JavaScript.

Github pages site

https://developess.github.io/Noughts-and-Crosses/

About this Project

I made this 2 player game before starting Founders & Coders as a refresher exercise in DOM manipulation, using github and applied JavaScript algorithms. A very simple front end project, the most interesting part was probably deciding how to approach the 'checkForWinner' function. The algorithm I wrote compares an array of the cells containing either Xs or Os against a nested array of the 8 possible winning formations.

The design was aesthetic was minimal and fun, I think the overall effect is rather sweet.

Please feel free to reach out to me if you enjoyed reading this project or have any questions!

Jessie Beech, Sept 2018

About

A simple tic-tac-toe game in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published