We built this game during the Zweitag Hack-Teams for fun. You can try it out in the Zweitag advent calendar 2020! Please note that the code does not live up to our usual coding standards, but is just a quick & dirty prototype!
Run
yarn install
yarn dev
and visit localhost:3000 to play the game!
Run yarn build
to build the game to the dist
-folder.
To use it on another website, include the generated dist/_assets
files (index.js
and style.css
), add the images under dist/snake
to your public folder, so that they are reachable under /snake/xy.svg
, and add a <div id="app" />
somewhere on your page.
Not everyone involved in the creation of this game made commits, as we mostly developed the game in remote live sharing sessions. Many thanks to: