Skip to content

DionPotkamp/TicTacToeLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

This is a simple game. Everyone can play it and knows how to.

This is the less complicated/heavy sister of my other Tic Tac Toe game (I hope).
This does not require any other library such as bootstrap or fontawesome, and the number of lines is cut in half.

How it works

In the code (game.js) I added documentation where I try to clarify my code.