[go: up one dir, main page]

Skip to content

Simple version of the game Tic Tac Toe with a preview animation.

Notifications You must be signed in to change notification settings

exVertex/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

This is a simple project that recreates the popular game Tic Tac Toe.

One the left side of the front page, there is a animation of the game preview made with HTML and CSS.

On the right is a menu containing two options:

  • One Player: user selects the option to play a game against computer.
  • Two Players: user is able to make choices for both X's and O's.

image

About Tic Tac Toe:

Tic Tac Toe is a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces. The object is to get a row of three crosses or three circles before the opponent does.

Set up:

Prerequisite: Node Package Manager installed on your device.

  1. Clone the project.
  2. Run npm install.
  3. Run npm run tsc-go.

About development:

List of not yet implemented features:

  • Ability to restart the game with a reset button
  • Ability to count score
  • Optimise code

About

Simple version of the game Tic Tac Toe with a preview animation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published