- Notifications
You must be signed in to change notification settings - Fork4
A new version of the game Out Run of 1986 for PC using SFML and C++
License
ZgzInfinity/OutRun
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A tribute to the original arcade version from 1986
This is an open sourceOut Run remake project. This new version has been inspired by its earlier versions,which correspond to the 1986 arcade machine version and the 1991 Sega Mega Drive version.
This new the following features with respect to the original versions:
- Realistic and spectacular graphics in 2.5D
- Compatible with many screen resolutions
- Automatic and manual gears
- Fantastic soundtracks and SFX fully customizable
- Various difficulty levels
- Numerous types of artificial intelligence integrated
- Configuration of the controllers customizable
- Completely new maps available
- Customizable settings
- Multiple game modes: Original Mode, Continuous Mode and Survival Mode
- C++14
- OpenGL 6.14.10.13440
- SFML 2.5.1
- CodeBlocks 17.02
- MinGW
These are the default controllers of the game, but the player can change them whenever he wants:
- Acceleration: Left Control
- Braking: Left Alt
- Turning left: Left arrow of the cursor
- Turning right: Right arrow of the cursor
- Up gear: Z
- Down gear: Right control
- Select an option: Enter
- Exit menus and pause the game while the player is driving: Esc
In order to compile the file, you must create a project with all the files provided in this repository, including theresources folder and theresource.rc and theicon.o files. Besides the opensource framework called SFML must beinstalled in your computer in order to let the project recognise the libary files. The framework must be downloaded in thefollowing link.
https://www.sfml-dev.org/download.php
In order to run Out Run on your personal computer you can either compile and run the project you have created locallyon your computer or make use of the executables provided in the Release section of the repository. Now, Out Run can beplayed in Windows, like before, and also it is available for Linux.
Windows version:Out Run Windows x64
1. Extract all files from outrun-4.0-W64.zip2. Run the executable file Outrun.exe
Linux based version:Out Run Linux
1. sudo apt-get install libsfml-dev 2. Extract all files from outrun-4.0-linux.zip3. ./Outrun
This is the fourth version of the video game. I have tested it as best as I could but I'm absolutely aware that some fault may have due to itscomplexity. The fact that the project is open source is the real way for the community to solve all the possible problems together, feel freeto open an issue or do a pull request. See the open issues for a list of known issues (and proposed features).
![]() | |
![]() | ![]() |
![]() | ![]() |
![]() | ![]() |
The following link shows the trailer and a gameplay of the videogame in the followuing links:
Gameplay of Original Mode:https://www.youtube.com/watch?v=Nuy-7PLy_IM
Gameplay of Continuous Mode:https://youtu.be/fkvf05UzE_o
This version ofOut Run has been programmed by the following developers:
About
A new version of the game Out Run of 1986 for PC using SFML and C++