Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 498 Bytes

readme.md

File metadata and controls

12 lines (7 loc) · 498 Bytes

Tic Tac Toe

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

I made it a bit more complicated than I had to and I'm currently working on a more simple version (you can find that here when it's available).

Some settings are changeable and can be found under the gear in the bottom-right of the screen.

How it works

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