cross-platform 2-D and 3-D game development environment
Godot Engine is a cross-platform game engine for creating 2-D and 3-D games. Godot aims to offer a fully integrated game development environment. It provides a comprehensive set of common tools, and games can be exported to a number of target platforms, including major desktop platforms (Linux, macOS, Windows), as well as mobile (Android, iOS) and web-based (HTML5) platforms.
Godot Engine is a cross-platform game engine for creating 2-D and 3-D games. Godot aims to offer a fully integrated game development environment. It provides a comprehensive set of common tools, and games can be exported to a number of target platforms, including major desktop platforms (Linux, macOS, Windows), as well as mobile (Android, iOS) and web-based (HTML5) platforms.
To install godot, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install godot
To see what files were installed by godot, run:
port contents godot
To later upgrade godot, run:
sudo port selfupdate && sudo port upgrade godot
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.