All Projects → sirxemic → js13k-game

sirxemic / js13k-game

Licence: other
Offline Paradise - A js13kGames submission

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to js13k-game

js13k-battlegrounds
Small PUBG clone using WebGL, WebAudio, and Google Closure.
Stars: ✭ 47 (+74.07%)
Mutual labels:  js13kgames
js13k-2020
Island Not Found - a game for js13k 2020
Stars: ✭ 45 (+66.67%)
Mutual labels:  js13kgames
js13k2020
I want to google the game
Stars: ✭ 33 (+22.22%)
Mutual labels:  js13kgames
JS.13kGames
Progressive Web App starter pack for JS13k games
Stars: ✭ 24 (-11.11%)
Mutual labels:  js13kgames
roadroller
Roadroller: Flattens Your JavaScript Demo
Stars: ✭ 253 (+837.04%)
Mutual labels:  js13kgames

Offline Paradise - A js13kGames submission

This is a simple platformer created for the js13kGames competition of 2018. 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].