This game is built for participating in Github's Game Off 2020 challenge.
https://github.blog/2020-10-27-github-game-off-2020/
The challenge's theme is called Moonshot! So we figured "let's do a running game on the moon".
During the trail, there are obstacles to avoid like rocks and floating moondusts. The best score will be saved when the buggy's health bar has dropped to zero. The score will be saved.
- Javascript language
- VueJS Nuxt framework
- BabylonJS WebGL library
- Vue-Babylon Plugin
Kevin Moe Myint Myat (m3yevn) and Nelson Lee (kaichie)
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generateFor detailed explanation on how things work, check out Nuxt.js docs.
