Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/godot-go/godot-go-demo-projects

Demonstration and Template Projects for the Godot Go bindings propject: https://github.com/godot-go
https://github.com/godot-go/godot-go-demo-projects

demo go godot godot-engine godot-gdnative godot-nativescript golang

Last synced: 3 months ago
JSON representation

Demonstration and Template Projects for the Godot Go bindings propject: https://github.com/godot-go

Awesome Lists containing this project

README

        

# godot-go-demo-projects

This repository is a collection of godot projects that demostrates how to integerate godot-go.

Each demo project is self-contained and you will need to `cd` into their respective directories to run `make && make run`

## Getting Started

to run Dodge the Creeps:

$ cd 2d/dodge_the_creeps
$ make && make run