Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Specifications

Vaubourg Mandel edited this page Sep 10, 2017 · 13 revisions

Specifications

Game

A miner called Rockford is in a mine and searching for diamonds. He can dig dirt and move rocks.

Components

The miner

  • name : Rockford
  • Life: one

Constrains:

  • Dirt
  • Walls

Movement:

  • Up.
  • Left.
  • Right.
  • Down.

Actions:

  • Dig
  • Push rocks only left and right
  • Pickup diamonds

Rocks

Constrains:

  • Gravity
  • Dirt
  • Walls

Movement:

  • Left
  • Right
  • Down

Actions:

  • Kill entity under it
  • Create diamond when fall on monster

Diamonds

Constrains:

  • Gravity
  • Dirt
  • Walls

Movement:

  • Down

Monsters

Life: one

Constrains:

  • Dirt
  • Walls

Movement:

  • Up
  • Left
  • Right
  • Down

Actions:

  • Kill player

Interfaces

Map full screen with ROCKFORD and HUD. The camera follows ROCKFORD.

HUD

  • Number of diamonds left
  • Time remaining
  • Score: relation between time, diamonds and monsters killed

interface


Controls

Action Key
Up KeyUp
Down KeyDown
Left KeyLeft
Right KeyRight
Restart R
Pause/Play Enter
Close Esc
Clone this wiki locally