2023-10-11 20:18:38 -04:00
2023-10-11 16:22:16 -04:00
2023-10-11 12:01:12 -04:00
2023-10-10 09:57:14 -04:00
bot
2023-10-11 16:09:30 -04:00
bot
2023-10-11 16:09:30 -04:00
2023-10-10 10:13:48 -04:00
bot
2023-10-11 16:09:30 -04:00
bot
2023-10-11 16:09:30 -04:00
bot
2023-10-11 16:09:30 -04:00
2023-10-10 10:15:09 -04:00

Terminal racer

Description

This is a simple game made in c++ that is entirely displayed in text. It's a racing game inspired by retro style games.

Setup

You may build the game with g++ and then run the executable. You need sfml in order to run it This command should build and run the game

g++ *.cpp -lsfml-graphics -lsfml-window -lsfml-system -o terminal_racer && ./terminal_racer

Usage

The default kays are the arrows on your keypad.

Developper

Name GitLab
Merlin Gelinas thatscringebro

This game is entirely free of use, please share it! =^◡^=

Description
No description provided
Readme 27 MiB
Languages
C++ 100%