RTS Drone control and pathing with OSM integration.
Go to file
RK117 1c0f1a5636 Update README.md 2023-11-22 07:05:41 -08:00
Dro5F1F.tmp Upload files to "/" 2023-11-16 11:00:37 -08:00
Dro77B7.tmp Upload files to "/" 2023-11-16 11:00:37 -08:00
DroneMgr.gd Upload files to "/" 2023-11-16 11:00:37 -08:00
Godot Basics.pdf Upload files to "/" 2023-11-22 07:04:51 -08:00
LICENSE Initial commit 2023-11-16 10:34:50 -08:00
MoveCam.gd Upload files to "/" 2023-11-16 11:00:57 -08:00
Navdrone.gd Upload files to "/" 2023-11-16 11:00:57 -08:00
Project RTS Documentation.pdf Upload files to "/" 2023-11-16 11:00:57 -08:00
README.md Update README.md 2023-11-22 07:05:41 -08:00
cgtosm.tscn Upload files to "/" 2023-11-16 11:00:02 -08:00
crosshair.gd Upload files to "/" 2023-11-16 11:00:02 -08:00
dmesh.fbx Upload files to "/" 2023-11-16 11:00:02 -08:00
dmesho.mtl Upload files to "/" 2023-11-16 11:00:02 -08:00
dmesho.obj Upload files to "/" 2023-11-16 11:00:02 -08:00
dmesho.obj.import Upload files to "/" 2023-11-16 11:00:37 -08:00
drone.tscn Upload files to "/" 2023-11-16 11:00:37 -08:00
navdrone.tscn Upload files to "/" 2023-11-16 11:00:57 -08:00
project.godot Upload files to "/" 2023-11-16 11:00:57 -08:00
red.tres Upload files to "/" 2023-11-16 11:01:51 -08:00
spiridrone.glb Upload files to "/" 2023-11-16 11:01:51 -08:00
spiridrone.glb.import Upload files to "/" 2023-11-16 11:01:51 -08:00
testbin.tscn Upload files to "/" 2023-11-16 11:01:51 -08:00

README.md

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.