Skip to content

godot-go/godot-go-demo-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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