For Ludum Dare 45 | Theme: Start with nothing | https://ldjam.com/events/ludum-dare/45/
Game page: https://ldjam.com/events/ludum-dare/45/blank-page
Play the game: https://zufengw.github.io/blank-page
Controls: mouse only
What you need: Node.js and npm, yarn.
git clone git@github.com:ZufengW/blank-page.git
and cd
into the repo.
yarn install
to install dependencies.
yarn dev
to start the dev server
yarn build
creates an output in the dist
directory.
yarn deploy
deploys to GitHub pages.