Skip to content

mfdeveloper/godot-isometric-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Godot Isometric framework

Strongly based on 30 days, Daily Godot Tutorial Challenge! shared by GDquest, this is a collection of plugins to create isometric games like RTS, RPG grid-base movement or building.

Getting Started

  • Open Godot engine, and create a new project

  • Copy this plugins (isometric_*) or clone this repo into [your-project]/addons folder.

  • Create a new scene and add a new node (IsometricRoot, IsometricPlayer...)

Prerequisites

Running the tests

Comming soon unit tests with gut

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Michel Felipe - Initial plugins structure - mfdeveloper

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • All rights reserved to the great original code base, sprites and lessons from youtube, shared by GDquest