https://github.com/sirxemic/js13k-game
Offline Paradise - A js13kGames submission
https://github.com/sirxemic/js13k-game
js13kgames js13kgames2018
Last synced: over 1 year ago
JSON representation
Offline Paradise - A js13kGames submission
- Host: GitHub
- URL: https://github.com/sirxemic/js13k-game
- Owner: sirxemic
- Created: 2018-08-27T19:11:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T22:19:04.000Z (almost 8 years ago)
- Last Synced: 2025-03-25T23:01:47.136Z (over 1 year ago)
- Topics: js13kgames, js13kgames2018
- Language: JavaScript
- Homepage: https://js13kgames.com/games/offline-paradise/index.html
- Size: 604 KB
- Stars: 34
- Watchers: 0
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Offline Paradise - A js13kGames submission
This is a simple platformer created for the [js13kGames competition of 2018](https://2018.js13kgames.com/). The theme was "offline".
## About the code
If you want to modify the code, just start by running
```
npm install && npm start
```
## Creating levels
There is also a level editor! To make your own levels, just run
```
npm run editor
```
How to use it is far from trivial, so here is a little manual:
- Left click to draw or edit the properties of objects
- Right click to erase
- Use the number keys 1 until 8 to change what thing to draw or edit
- Press space to play the level
- Press Ctrl-C to copy the level's JSON to the clipboard
- To save the level, add the copied JSON to `assets/levels.json`
- To load a level, press 0 and then the index of the level in `assets/levels.json`