Rabios / LINES

Very hard game about avoiding a lot of moving lines,Written in C using raylib library

Home Page:https://rabios.itch.io/lines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LINES

Very hard game about avoiding a lot of moving lasers,Made with raylib

Screenshots








How to play

Controls

  • Mouse: Move purple point with mouse,Or click to change it's position
  • Touch: Touch on screen with drag/swipe to move or tap to change gray point's position

NOTES: Keyboard movement and gamepad player movement controls was removed since v0.0.3

Gameloop

  • Foreach 5 seconds in game:
    • First 2 seconds: Be prepared to wave
    • 2 seconds later: Lasers lines drawn,With no collision detection to let you run away from lasers before they beaming
    • 1 second: Lasers beaming while they are moving,Avoid them or you lose!!!

Requirements

  • OpenGL version 3.3 and above
  • Small amount of RAM
  • 2 MB of available storage

About

Very hard game about avoiding a lot of moving lines,Written in C using raylib library

https://rabios.itch.io/lines

License:MIT License


Languages

Language:C 100.0%