Borderline is an online videogame where two players leave trails of light as they move. If one touches the other's trail, they lose. Written in C++ and uses the raylib library.
- MinGW G++ (C++ compiler) version 13.0.0 or greater
- Make version 4.0.0 or greater
- Windows or Linux operating system
It's very easy, because it uses the make build system. Just run these commands in your terminal:
- To compile:
make - To run:
make run
That's it!