https://github.com/reybits/road-fighter
This is a refactored version of Road Fighter by Brain Games, featuring improved performance and modernized code.
https://github.com/reybits/road-fighter
game linux macos roadrunner runner web
Last synced: 2 months ago
JSON representation
This is a refactored version of Road Fighter by Brain Games, featuring improved performance and modernized code.
- Host: GitHub
- URL: https://github.com/reybits/road-fighter
- Owner: reybits
- Created: 2025-02-20T23:02:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-20T23:07:31.000Z (over 1 year ago)
- Last Synced: 2025-03-14T16:46:07.642Z (over 1 year ago)
- Topics: game, linux, macos, roadrunner, runner, web
- Language: C++
- Homepage:
- Size: 6.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Road Fighter
A remake of the classic MSX game by Brain Games.
## About the Project
In 2003 the people from [Retro Remakes](http://www.remakes.org/) organized a [remake competition](http://www.retroremakes.com/comp2003/results.php) for the first time. The idea was to create a remake from scratch in a short amount of time.
We decided to participate with a remake of the MSX game [Road Fighter](http://www.generation-msx.nl/msxdb/softwareinfo/684): a simple racing game that would be doable before the deadline and still be fun to play (oh the nostalgia!).
In the end we met the deadline (barely!) and sent in our entry. When finally the results came in, we finished 7th out the 83 entries. Not too bad for a 2 month project :)
## Screenshots
 
## Enhancements & Updates
This version of Road Fighter includes several improvements and fixes:
- ✅ Fixed crash issues.
- ✅ Added support for **Linux**, **macOS**, and **Web**.
- ✅ Optimized surface operations for better performance.
- ✅ Introduced a simple asset management system.
- ✅ Refactored and restructured source code and resource hierarchy.
- ✅ Upgraded to **C++11** standard.
- ✅ Switched to **CMake** as the build system.
This remake aims to bring the nostalgic racing experience to modern platforms while improving performance and maintainability.
Enjoy the ride! 🚗💨
## Dependencies
- `CMake` - Cross-platform suite of tools for building, testing, and packaging software.
- `SDL` v1.2, `SDL_image`, `SDL_mixer`, `SDL_ttf`.
***
```
Copyright © 2017 Andrey A. Ugolnik. All Rights Reserved.
https://www.ugolnik.info
andrey@ugolnik.info
```