项目作者: switchboy

项目描述 :
Wannabe isomorphic RTS
高级语言: C++
项目地址: git://github.com/switchboy/isometric.git
创建时间: 2020-04-02T21:25:11Z
项目社区:https://github.com/switchboy/isometric

开源协议:

下载


isometric

Wannabe isomorphic RTS

Project goals:

  • Create a custom game engine based upon an isomorphic projection. DONE!
  • Use these resources to build different buildings DONE!
  • Require specific buildings to house population DONE!
  • Make the buildings produce units DONE!
  • Pathfinding using A or biderectional A DONE!
  • Make villagers gather different resources DONE!

  • Interact like an RTS game Mostly done

  • Robust villager AI for doing a task Mostly done
  • Show different animations for these resources Mostly done

  • Generate random map on game startup Not started on yet

  • Make the units fight each other Not startet on yet
  • Fighting animations Not started on yet
  • Implant a basic Rock/Paper/Scissors for damage calculations during battle Not startet on yet
  • Researchable upgrades for units Not startet on yet
  • Basic AI to play against Not startet on yet