Pheonix-5 / Road-Rush

Road Rush is a 2D game based on C++ and SFML library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Road-Rush

Road Rush is a 2D game developed using c++ and SFML, and this whole program is buit using visual studio community 2022

REQUIREMENTS

if you want to use this project your PC must have

  • Visual studio community 2022
  • SFML

what is SFML

image

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 MODULES

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

HOW TO USE

  • 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

Screenshot 2022-11-22 205125

Screenshot 2022-11-22 205151

Extra

  • 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

Phoenix Sharma (Akshay Sharma)

About

Road Rush is a 2D game based on C++ and SFML library

License:MIT License


Languages

Language:C++ 100.0%