Project based on the four part of the unreal course on udemy.
  • C++ 87.4%
  • C# 11.8%
  • C 0.8%
Find a file
2020-04-10 09:27:30 +02:00
BattleTank Add lecture 218. Now we are aiming at a suggested direction. 2020-04-10 09:27:30 +02:00
.gitattributes fix duplicate gitattributes 2020-03-13 08:09:53 +01:00
.gitignore Add Lecture 208, AITankController is now able to find player controller 2020-03-26 09:11:01 +01:00
GameDesignDocument.md Add the game design document (gdd) to the git repo. Also update readme 2019-12-19 16:12:25 +01:00
README.md Add the game design document (gdd) to the git repo. Also update readme 2019-12-19 16:12:25 +01:00

BattleTank

Project based on the four part of the unreal course on udemy.

An open-world head-to-head tank fight with simple AI, terrain, and advanced control systems in Unreal 4.

Lecture List

  • BT01 Intro, Notes, Assets
  • BT02 Game Design Document (GDD)
  • BT03 Setting up a git repo