lucas-deschamps / TicTacToe-NodeJS-TypeScript

Tic-tac-toe implementation using Node.js with TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe-NodeJS-TypeScript

A simple implementation of tic-tac-toe using Node.js, TypeScript, the readline module, and events.

Main logic can be found at:

  • ./src/game-logic

How To Run It

Clone the repo, install or enable yarn if not installed, then run yarn from your CLI.

  • Run yarn dev if you want to play around with the code.

  • The project uses the command yarn build to compile the TypeScript code into JavaScript.

  • Run yarn build, then yarn start to compile the TypeScript files and run the project.

About

Tic-tac-toe implementation using Node.js with TypeScript.


Languages

Language:TypeScript 100.0%