A game of steganography.
CU Boulder Game Dev Club 2019/2020 collaborative project.
MIT licensed.
Follow progress on our Trello.
Run these commands in your command prompt of choice.
Installs the dependencies the game needs (whenever the game is changed)
npm installBuilds the game
npm run watchThen open index.html in your browser and start hacking.
./index.htmlAdds a new branch to house your changes.
git checkout -b branchNameCheck the files / lines you changed
git status
git diffCreate a local commit
git commit -m "Commit message"Push local commit to master
git push origin branchName- An up-to-date version of Node
- A brain 🧠!