adonisjs number guessing game tutorial
run commands:
- npm i
- adonis serve --dev
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.
adonisjs number guessing game tutorial
run commands:
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.