Skip to content

a-iasevoli/TA-BE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TA-BE

Notes

Test coverage is not the best. I've just added some demo test to showcase how the codebase can be tested.
There is no anti-cheat in place, one user could easly send numbers that are out of what's allowed. The code trusts the users.

Both players use the same codebase. There are functions to manage the matchmaking and understand if the current process is player 1 or 2.

How to use

Install dependencies (node v12.16.2)

npm i

To start the game, run the app twice in two different terminals with

npm start

To start one of the player in interactive mode, run

npm start -- -i

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published