# DrEngine C++ Game Engine

GitHub Repo

  • Python 10 or above
  • Visual Studio 2019 or above with Desktop Development tools
  • Active Internet connection to download external dependencies

# Steps to Setup Project

  1. Clone or Download the project from GitHub.
terminal
git clone https://github.com/AvnishGameDev/DrEngine.git

Direct Download

  1. Open the cloned Folder.
  2. Run SetupProject.bat
  3. You should see this message after all the external dependencies have been downloaded.
  4. Press any key to close that window.
  5. Run GenerateProject.bat
  6. You should see this message.
  7. Press any key to close that window.
  8. Open the Generated Solution in Visual Studio.
  9. You should see this in the solution explorer
  10. Right click on Sandbox.
  11. Click Set as Startup Project