Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/godot-go/godot-go-demo-projects
- Owner: godot-go
- Created: 2020-11-02T05:00:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T08:08:54.000Z (about 1 year ago)
- Last Synced: 2024-09-29T08:23:56.252Z (3 months ago)
- Topics: demo, go, godot, godot-engine, godot-gdnative, godot-nativescript, golang
- Language: Go
- Homepage: https://github.com/godot-go/godot-go
- Size: 1.85 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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