Snakeman57 / CSCI6550-FP

Final Project for Artificial Intelligence
MIT License
0 stars 1 forks source link

CSCI6550_FP

To run the program:

  1. Use a computer with Windows OS
  2. Go to CSCI6550-FP.exe\WindowsNoEditor
  3. Open CSCI6550_FP.exe

To view Unreal source Assets:

  1. Install Unreal Engine 4.27.1
  2. Open CSCI6550_FP.uproject using Unreal Engine 4.27.1

To view C++ source code or biome data:

  1. Go to CSCI6550-FP\Source\CSCI6550_FP
  2. Open CSCI6550-FP-Biomes-CSV.csv using a text editor to view biome data
  3. Go to CSCI6550-FP\Source\CSCI6550_FP\Public
  4. Open any or all files using a text editor to view header files
  5. Go to CSCI6550-FP\Source\CSCI6550_FP\Private
  6. Open any or all files using a text editor to view .cpp files

To view C++ source code with Microsoft Visual Studio:

  1. Install Microsoft Visual Studio
  2. Open CSCI6550_FP.sln using Microsoft Visual Studio

To view C++ source code with Microsoft Visual Studio from Unreal Engine 4.27.1:

  1. Install Unreal Engine 4.27.1
  2. Open CSCI6550_FP.uproject using Unreal Engine 4.27.1
  3. From the top bar menu, select File\Project\Open Visual Studio