Huitsi/WebParallelOverhead
1
1
Fork
You've already forked WebParallelOverhead
0
A web version of the endless runner game Parallel Overhead. https://huitsi.net/WebParallelOverhead/
  • JavaScript 90.5%
  • HTML 4.8%
  • GLSL 3.7%
  • Makefile 1%
Find a file
2024年03月28日 20:31:40 +02:00
data Add icon 2022年01月13日 14:35:47 +02:00
LICENSES Add icon 2022年01月13日 14:35:47 +02:00
src Add a help text to game start 2024年03月28日 18:28:11 +02:00
.gitignore A barebones port of Parallel Overhead to JS and WebGL. 2020年11月01日 15:16:10 +02:00
index.html Add a help text to game start 2024年03月28日 18:28:11 +02:00
LICENSE.txt Add documentation. 2020年11月03日 10:57:59 +02:00
Makefile A barebones port of Parallel Overhead to JS and WebGL. 2020年11月01日 15:16:10 +02:00
README.md Update the ReadMe 2024年03月28日 20:31:40 +02:00
screenshot.png Make text alignment in HUD nicer 2024年03月28日 16:49:33 +02:00
screenshot.png.license Make text alignment in HUD nicer 2024年03月28日 16:49:33 +02:00

Parallel Overhead (Web Edition)

Screenshot

WARNING: This game is visually intensive and has rapidly changing colors.

Parallel Overhead is a colorful endless runner game where you take control of the ships Truth and Beauty on a groundbreaking trip through hyperspace. A stable hyperspace tunnel has finally been achieved with the two ships supporting it on opposite walls of the tunnel. Well, almost stable... It's up to you to keep the ships from falling through the cracks!

Parallel Overhead features Fast Pulse by oglsdl as its soundtrack.

Controls

Keyboard

  • Space or enter to pause or unpause
  • Left arrow key to move the ships left (clockwise rotation)
  • Right arrow key to move the ships right (anticlockwise rotation)
  • Backspace to restart

Touch or mouse

  • Tap/click in the middle to to pause or unpause
  • Tap/click in the left quarter to move the ships left (clockwise rotation)
  • Tap/click in the right quarter to move the ships right (anticlockwise rotation)

Building from source

"Building" the game is simple: concatenate the JS-files in src/ into parallel_overhead.js, or just run make. The files needed in a deployment are:

  • data (the directory and its contents)
  • index.html
  • LICENSE.txt
  • parallel_overhead.js