Skip to content

Dadezana/Cars

Repository files navigation

Cars
Cocoapods platforms

A terminal racing car game with ascii art

How to play

The game is simple: avoid other cars

Navigate in the menu:

  • W or to move up
  • S or to move down
  • to select that option

Controls in the game:

  • W: Accelerate
  • S: Brake
  • D: Turn right
  • A: Turn left
  • Space: Horn
  • Q: Pause/Unpause

Make sure your terminal screen size is at least 225x41. Otherwise the game won't display correctly. You can zoom out or set the window to fullscreen

Build and Execute

This program in order to be built/executed needs the SFML API
You can also download it from the command line(suggested):

Arch linux

sudo pacman -S sfml

Ubuntu

sudo apt-get install libsfml-dev

Remember to include the flags of the modules you use in the program:

g++ *.cpp -lsfml-window -lsfml-audio

Otherwise you can use the makefile
You can find other info about building here

Credits

Car graphic and road animation: MX-05
Acceleration/Braking/SameSpeed sounds: biholao
Background music: FoolBoyMedia
Horn sound: 15HPanska_Ruttner_Jan
Crash sound: squareal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published