Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roedesh/lostvision
Platformer game for the JS13k Game Jam
https://github.com/roedesh/lostvision
Last synced: about 1 month ago
JSON representation
Platformer game for the JS13k Game Jam
- Host: GitHub
- URL: https://github.com/roedesh/lostvision
- Owner: roedesh
- License: mit
- Created: 2020-08-25T23:17:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T08:46:12.000Z (over 4 years ago)
- Last Synced: 2024-10-25T06:50:40.395Z (3 months ago)
- Language: TypeScript
- Size: 309 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Lost Vision
This is my submission for the JS13k 2020 game jam.
It is a platformer where you don't see the level, because your character lost their vision. You can temporarily reveal the space around you using echolocating (similar to what bats do). With that power, you need to reach the exit of the level.
## Controls
Walking/jumping = WASD/ZWSD/Arrow keys
Perform echo = Space
## Requirements
The commands assume [Yarn](https://yarnpkg.com/en/docs/install) is installed.
## Commands
### `yarn install`
Installs dependencies.
### `yarn start`
Starts [webpack-dev-server](https://webpack.js.org/configuration/dev-server/) at `http://0.0.0.0:8080`.
### `yarn build`
Builds, minifies, and inlines the game to `./dist/index.html`.
### `yarn party`
Builds, minifies, inlines, and zips the game to `./zipped/game.zip`.