Skip to content

lucas-deschamps/TicTacToe-NodeJS-TypeScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published