Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.22 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.22 KB

Humanoïdes is a game similar to Androides, a French game developed in 1985 for the microcomputer Thomson MO5.

This is a work in progress: it currently has only one level and no sound.

Usage

Try the demo at http://humanoides.baierouge.fr/

The main character is controlled by the keyboard:

Key Action
Left arrow Move to the left (running or hanging)
Right arrow Move to the right (running or hanging)
Up arrow Climb up a ladder
Down arrow Climb down a ladder, or fall from a rope
S Break a brick on the left
D Break a brick on the right

Build instructions

Install node.js and npm. Linux users can get recent versions from the NodeSource distributions.

Install Grunt:

sudo npm install -g grunt

Clone this repository and build:

git clone https://github.com/aumouvantsillage/Humanoides.git
cd Humanoides
npm install
grunt

Open the index.html file in a web browser.