Skip to content

findmentor-network/javascript-workshop-homework

Repository files navigation

TDD Game Case

Install

git clone [email protected]:findmentor-network/javascript-workshop-homework
cd javascript-workshop-homework
npm install

Run test runner

npm run test -- --coverage

Step 1

Every model has own methods and tests as dir. Write tests and open a pull request. Do not implement any kind of code first

Step 2

If the tests are done, you are ready to implement. Implement the user class.

Step 3

Implement the room class.

Step 4

Write a dummy socket.io code and use that classes

Step 5

Write a dummy html and js code and use that socket.io backend.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published