项目作者: ubershmekel

项目描述 :
Ludum Dare 47 submission
高级语言: JavaScript
项目地址: git://github.com/ubershmekel/ld47.git
创建时间: 2020-10-03T19:45:12Z
项目社区:https://github.com/ubershmekel/ld47

开源协议:Other

下载


Don’t Go

  • Go play now
  • A platformer you can play without your eyes. Listen to the sounds that indicate you’re close to danger and where to go.
  • Built for Ludum Dare 47 and you can find some clues in the spoiler tags there if you click the black rectangles.

How to develop this locally

  1. npm install
  2. npm run build-sounds
  3. # now open index.html from a web server
  4. # eg:
  5. http-server

How to build for production

  1. npm install
  2. npm run build
  3. # results from parcel are in the `output` folder.

Credits