Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (20 loc) · 1.39 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.39 KB

Full Metal Runners

Full Metal Runners is a physics-based sports game with large-scale multiplayer built on top of a variety of different animation systems. It was developed as part of the University of Bristol Computer Science course 3rd year project (COMS30400).

Final Game Screenshot

Installation

Prequistes:

  • A git installation that includes the git LFS extension. Windows users are also reccomended to install a git credentials manager due to a known bug with git LFS
  • Unreal engine 4.18 installation
  • (Windows users) An up-to-date Visual Studio installation
  1. Clone the repository
$ git lfs clone https://github.com/Nick-Pearson/ParkourGame.git
  1. Navigate to /ParkourGame/, and right click on ParkourGame.uproject. You should see an option to "Generate project files" for Visual Studio or XCode

  2. Open the ParkourGame.sln which will launch Visual Studio

  3. Build and run the project using the Local Windows Debugger (press F5)

  4. Once a build is sucessful the Unreal Editor will appear with the project already loaded for use

Link Unreal to Git (optional)

Unreal can show version control information in the Editor

  1. Click 'Source Control' from the main toolbar and select 'Connect to source control'

  2. Select 'git (beta version)' from the provider dropdown, everything should auto populate. If not you may have to navigate manually to your git binary