Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 630 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 630 Bytes

Build

  1. Install SDL2

    • On Mac, brew install SDL2
  2. run make

  3. To play, run ./FourD

Game Controls

You start out looking at a cross section of a tesseract. You can move around in 3D space using AWSD or arrow keys.

  • A - laterally move left
  • S - move back
  • D - laterally move right
  • W - move forward
  • Right - turn right
  • Left - turn left
  • Down - move back
  • Up - move forward

"q", "w", "." and "," are the 4-D controls:

  • q - laterally move in the 4th dimension
  • e - laterally move the other way in the 4th dimension
  • , - turn in the 4th dimension
  • . - turn the other way in the 4th dimension