terminal_racer
Branches
| Name |
Last commit |
Author |
| main |
2023-10-12 00:18:38 UTC |
thatscringebro |
File Tree (HEAD)
| Name |
Size |
| .gitignore |
31 |
| README.md |
605 |
| background_music.wav |
15320428 |
| cascaydia.otf |
4015828 |
| game.cpp |
16035 |
| game.h |
8810 |
| main.cpp |
171 |
| player_moves.txt |
3998 |
| racecar.cpp |
2146 |
| racecar.h |
957 |
History
● commit d22e44c1c7a21394f91ae9e130b9410c2c1ed446 (HEAD -> main)
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ removed website
│
● commit 9d458d6781d8c40004655c62435b54e959edc813
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ update website
│
● commit dbbb7a0633104fb4da42da76d238562edb39beb4
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ website
│
● commit 9224145060bce04ed145bc9f9f9a90c4df62edf2
│ Author: Merlin Gelinas <thatscringebro@tutanota.com>
│
│ Delete map
│
● commit 8038bf33c133d771b904ef7d81db234e5afef1ef
│ Author: Merlin Gelinas <thatscringebro@tutanota.com>
│
│ Delete terminal_racer
│
● commit 61aef08c1c30ca9ad97d2af83f2daae661ac6781
│ Author: Merlin Gelinas <thatscringebro@tutanota.com>
│
│ Delete high_scores.txt
│
● commit 930fe67bd5f259640ab404b01c6e71489f244041
│ Author: Merlin Gelinas <thatscringebro@tutanota.com>
│
│ Delete micrenc.ttf
│
● commit fbacf3e5595f0ee175bbed990baa1a765ccea794
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ gitignore update
│
● commit 151877b298d364342be0f0926a56ebafcc05e06f
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ bot
│
● commit 52342fc91d1cbf08727835f8ed9f035301ed733b
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ nitro
│
● commit 19d0b0e8e030dbd61b6aafb038180b7689aa5591
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ finish score
│
● commit 6948896d9f14ac14c72724e68810428a16116330
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ music
│
● commit 11e7558febb758a8a9612346a88ac6ebf3940e47
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ lap times
│
● commit e397e49b587b0a8d7293a4b799e44c8897772bd7
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ save
│
● commit 111446f8ac535d9724bca190329c7eecfe343ac0
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ started collissions
│
● commit e3741047bc4c0a02f40ce4aa141e8eac810ffcf7
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ more tweeks
│
● commit defc3937480c34014010d6eb14b1504bbb03bdca
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ follow the player
│
● commit abacd48eee2c7c16afe425cd6fe9c5c04dca048d
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ changed some things and added map
│
● commit 09f04ce82f331f5fb2f1088e1afceb3f92a001c5
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ rotations and teew some stats
│
● commit ecd27fd8d9ccad232f2f38264b245875bcef7386
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ values tweeked
│
● commit c2da282e1784de6bb8c8107c5119bb8536c32cc2
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ acceleration, deceleration and steer
│
● commit 2b7f650111e7395460bf7cbdfff8deec903a1a5b
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ updated readme
│
● commit f85888d35a2bf8e0472cf7eee44b6ae7dc7c6d71
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ divide into files
│
● commit 0c1d8211f3f1d485260aca1cc2b0d4ca9f29bba1
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ started the game
│
● commit 3334e64e5d2ca8bb512d11569a9e3eba4daf87b1
│ Author: thatscringebro <thatscringebro@tutanota.com>
│
│ Updated readme
│
● commit 58664eb70adfd876d141297ffd92d926128dda8a
│ Author: Merlin Gelinas <thatscringebro@tutanota.com>
│
│ updated readme
│
● commit b68ade9624a09cbbfab4e534cf5a9350bea2d4f5
Author: Merlin Gelinas <thatscringebro@tutanota.com>
Initial commit
Contents of README.md
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! =^◡^=