Skip to content

magicien/IQRevenge

Repository files navigation

IQ Revenge

WebGL game using DH3DLibrary

Online Page

ScreenShot

How to play

mac/PC

  • J: Move Left
  • L: Move Right
  • I: Move Forward
  • K: Move Backward
  • Z: Decision, Marking
  • X: Trigger an Advantage Cube
  • C: Fast Forward cubes
  • Esc: Pause/Resume

iPhone

ScreenShot_iPhone

  • Swipe the Circle at bottom left: Move
  • Tap the blue botton: Marking
  • Tap the green button: Trigger an Advantage Cube
  • Tap the Fast Foward button: Fast Forward cubes
  • Tap the pause button: Pause

Rules

Rules of this game look like this

How to build

git clone git://github.com/magicien/IQRevenge
cd IQRevenge
git submodule init
git submodule update
npm install
npm run build

Then you can find IQRevenge.js in build/js/ directory.

How to run this game on a local server

After the build commands above,

npm run webserver

Then access http://localhost:8000 with your modern web browser.