Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vladimirfomene/tic-tac-toe

Node.js Implementation of the famous tic tac toe game
https://github.com/vladimirfomene/tic-tac-toe

Last synced: 8 days ago
JSON representation

Node.js Implementation of the famous tic tac toe game

Awesome Lists containing this project

README

        

# Tic Tac Toe
This is a Tic Tac Toe game where a human plays with an AI. The AI uses the minimax algorithm to take the most optimal move at each point in the game.

# Prerequisites
Software you need to install to play this game
- [Node.js and NPM (Node Package Manager)](https://nodejs.org/en/download/)

# How to setup the project
- Clone this repository with the following `git clone [email protected]:vladimirfomene/tic-tac-toe.git`
- Execute `npm install` on your commandline to install all dependencies.
- Execute `npm run test` on your commandline to test the project.
- Execute `npm run play` on your commandline to start the game.