Skip to content

LBBO/ultimate-tic-tac-toe

 
 

Repository files navigation

Ultimate Tic Tac Toe

Build Status

Browser based, 2 player Ultimate Tic Tac Toe.

Gameplay

2 players play Ultimate Tic Tac Toe taking turns on the same browser window (no network-multiplayer, no AI). To start, simply press the "New Game" button on the bottom of the screen. The current player is then displayed (and updated) where the button was and you can now make your move in any of the purple fields. The game can be aborted at any time by pressing the "Abort" button in the top right corner.

You can find more detailed information about the game on Wikipedia. Please feel free to report any bugs or feature requests here.

Getting Started

Prerequisites

  • First, you'll need to install git and Node.js.
  • Then you can clone this repository to your computer

Installing

Open a command line into this project's folder and type

npm install

Once that is done, you can start a local web server by typing

npm start

Lastly, you just need to open http:/localhost:8080/ and you're ready to go!

Running tests

So far, there are only a few unit tests located in the test folder. To run them, yo can either run

npm test

In a command line or you can visit http:/localhost:8080/test while your web server is running.

Deployment

npm webpack

This will create a release folder which can be copied onto any server and into any folder.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.2%
  • CSS 9.5%
  • HTML 0.3%