Road Rush is a 2D game developed using c++ and SFML, and this whole program is buit using visual studio community 2022
if you want to use this project your PC must have
- Visual studio community 2022
- SFML
SFML is - Simple and Fast Multimedia Library
-
Simple and Fast Multimedia Library is a cross-platform software development library designed to provide a simple application programming interface to various multimedia components in computers.
-
It is written in C++ with bindings available for Ada, C, Crystal, D, Euphoria, Go, Java etc.
SFML consists of various modules:
- System – vector and Unicode string classes, portable threading and timer facilities
- Window – window and input device management including support for joysticks, OpenGL context management
- Graphics – hardware acceleration of 2D graphics including sprites, polygons and text rendering
- Audio – hardware-accelerated spatialised audio playback and recording
- Network – TCP and UDP network sockets, data encapsulation facilities, HTTP and FTP classes
- after forking the repo. in your device, open road rush.sln file, it will open whole solution in visual studio community.
- setup SFML in C drive
- if you haven't placed SFML in C drive it will show error
- because there are two fields where we have to pass the location of SFML directory
- And you are ready to go :)
- download SFML from - https://www.sfml-dev.org/download/sfml/2.5.1/
- If want to contact then just mail me at [email protected]
- I hope this project will help someone, and also if you have any other ideas in order to improove the program, i would love if you all MR/PR.
- Thanks