Build a command line game!
Start to see how you can develop games in the command line. Documentation link
Bonus - completely working game.
cd
to the directory where you cloned itnpm install
to install dependenciesnpm test
to run the testsnpm run bonus
to run the bonus testsNote: Remember to
git add
,git commit
andgit push
regularly