Skip to content

KalefXD/Limitac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Limitac

A different Tic Tac Toe with a new rule: only three marks per player!

Play it here:

What makes this game special?

  • Each player can have only three marks (X or O) on the board at the same time (a maximum of 6 marks in total).
  • If a player already has three marks and wants to make a new move, their oldest mark is automatically removed from the board (each mark shows a small number indicating the order it was placed).

Screenshots

Preview


Important

This repository is just a demonstration of my learning in JavaScript and web development. Any advice or suggestions for improvement are very welcome!