Skip to content
Iridum edited this page Aug 22, 2017 · 3 revisions

Nubium is a hard platform game using Phaser framework currently in development.

Controls

  • W - Jump
  • A - Move left
  • D - Move right

Blocks

  • Black - The default block
  • Red - If you touch this block, you lose
  • Purple - You can stick to this block pressing W/A/D depending on where is located.
  • Brown - If you touch this block, it will fall slowly

Create custom levels

The game supports external levels with this url https://iridum.github.io/Nubium/game.html?external&level={url}

The url must be a raw file with JSON code, you can see examples of JSON levels in levels/ folder

Clone this wiki locally