Skip to content

v1.0.0

Compare
Choose a tag to compare
@sugo14 sugo14 released this 15 Jul 18:47
· 23 commits to main since this release

This is the first full release of the game, currently Linux only!

Avoid asteroids and shoot crystals to gain score. Move forward with SPACE, rotate your ship with WASD, and shoot with Q.

How to run the compiled project:

The folder x86-64-Linux-TerminalVelocity-v1.0.0 contains the project precompiled.

  • Modify your keyboard settings: increase repeat rate and decrease repeat delay as much as possible
    • You can skip this, but input will be much less responsive
  • Decrease your terminal text size (Ctrl + -) to fit the engine's resolution
  • In the project directory, run ./main
    • If this doesn't work for whatever reason, please file an issue and try building from source if you haven't already

How to build from the source code:

Downloading the source code requires the project to be compiled.

  • In the project directory, run make to compile
    • Requires g++ and Make to be installed
  • Follow the running instructions above to run the game

Here's a preview of the game running on my computer:

7-14-2025-showcase