Skip to content

A code Kata to implement a working Tic-Tac-Toe game, in JavaScript with a live editor

Notifications You must be signed in to change notification settings

jimetevenard/Tic-Tac-Toe-Kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Kata - JavaScript

A code Kata to implement a working Tic-Tac-Toe game.

It can be a nice training on coding event-driven programs, and more globally on how to decompose a complex problem into simpler ones.

It can be done in JavaScript with an embeded live editor,
just code online : https://jimetevenard.github.io/Tic-Tac-Toe-Kata/ 🚀

To focus on algorithmic logic, the HTML + CSS integration of the board is already done.

Screenshot

.

The live editor is powered by Flems, a nice, responsive, embeddable and customizable JsFiddle-like editor.

About

A code Kata to implement a working Tic-Tac-Toe game, in JavaScript with a live editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published