Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 339 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 339 Bytes

adonisjs-number-guessing-game

adonisjs number guessing game tutorial

run commands:

  • npm i
  • adonis serve --dev

playing the game

you need to open the your local project and pass a number as parameter in ?number= and the game will check if your selected number matches with the random number.