项目作者: ubershmekel
项目描述 :
Ludum Dare 47 submission
高级语言: JavaScript
项目地址: git://github.com/ubershmekel/ld47.git
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
npm install
npm run build-sounds
# now open index.html from a web server
# eg:
http-server
How to build for production
npm install
npm run build
# results from parcel are in the `output` folder.
Credits