Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.19 KB

File metadata and controls

47 lines (30 loc) · 1.19 KB

Krescent ( 🚀 Moonshot Themed Game 🌙 )

This game is built for participating in Github's Game Off 2020 challenge.

https://github.blog/2020-10-27-github-game-off-2020/

Game Story

The challenge's theme is called Moonshot! So we figured "let's do a running game on the moon".

IMAGE ALT TEXT HERE

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.

Tech stack

  • Javascript language
  • VueJS Nuxt framework
  • BabylonJS WebGL library
  • Vue-Babylon Plugin

Participants

Kevin Moe Myint Myat (m3yevn) and Nelson Lee (kaichie)

Build Setup

# 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 generate

For detailed explanation on how things work, check out Nuxt.js docs.