Skip to content

Releases: Vortex-16/C

First Stable Console Release

26 Dec 07:53

Choose a tag to compare

🏃 Console Runner Game (C)

A system-level console runner game written in pure C using Linux terminal APIs.

🎮 Gameplay

You control a runner who must jump over incoming obstacles.
The game speed increases over time.

🕹 Controls

  • SPACE → Jump
  • q → Quit

📜 Rules

  • Avoid obstacles (|)
  • Touching an obstacle ends the game
  • Score increases with survival time (Dist Travelled)

🛠 Build & Run (Linux / WSL)

gcc src/archHitMe.c -o runner
./runner