Parallel Overhead
Jump to navigation
Jump to search
| Parallel Overhead | |
|---|---|
|
| |
| Genres | Arcade, endless runner |
| Latest release | 1.2.0 (Announcement) |
| Release date | September 1st, 2026 |
| Platform | GNU/Linux |
| Developer | Linus Vanas (aka Huitsi) |
| Code license | MIT License[1] |
| Media license | CC0 |
| P. language | C |
| Libraries | OpenGL ES 2.0, SDL 2 |
| Homepage | https://huitsi.net/ParallelOverhead/ |
| Contribute | |
| Parallel Overhead is a free game. This means that the source code and media files are available to be studied, modified, and distributed. Most projects look for help with testing, documentation, graphics, etc., as well. | |
| Parallel Overhead (Web Edition) | |
|---|---|
| Platform | Web |
| License | MIT License[2] |
| Latest release | 2.2.0 |
| Release date | September 1st, 2026 (Announcement) |
| P. language | JavaScript |
| Source code | https://codeberg.org/Huitsi/WebParallelOverhead |
Parallel Overhead is an endless runner game developed by Linus Vanas (aka Huitsi) and first released in September 2020. Two opposite ships, named Truth and Beauty, traverse an infinite hyperspacial tunnel. They always move in tandem, and the player has to orient both to avoid voids in the tunnel. It can be played from a web browser, from a 64-bit Linux executable or built from source.
Editions[edit]
This game comes in two separate editions: Native Edition and Web Edition. Native Edition is written in C and is available for GNU/Linux. Web Edition is written in JavaScript and runs in the web browser.
External links[edit]
- itch.io page
- Version 1.0.1 in Internet Archive
- FreeGameDev.net discussion thread (archive)
- OpenGameArt.org discussion thread
- GitHub page for Native Edition
- GitHub page for Web Edition