Godot-RTS-Concept/README.md

621 B

Godot-RTS-Concept

RTS Drone control and pathing with OSM integration.

INSTALL STEPS(for more details on getting started in godot or this project, read the pdf files provided in repo):

  • Go on https://godotengine.org/, download the latest(currently 4.1.3)
  • Clone this repository onto your computer
  • In Godot, point to the project.godot file in the repository you cloned
  • You will now see the project having been added to your library, you can double click it and mess around in-engine
  • Your IDE is integrated, the documentation for this specific project is in code comments and also the provided overview PDF file.