Nick-Pearson / ParkourGame

Physics-Driven American Football in a Large Scale Multiplayer environment. Built using Unreal Engine 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Physics-Driven American Football in a Large Scale Multiplayer environment. Built using Unreal Engine 4


Languages

Language:C++ 97.4%Language:C# 0.7%Language:HLSL 0.5%Language:Batchfile 0.5%Language:Shell 0.4%Language:C 0.4%