silbinarywolf / gml-go

This is an engine that aims to strike a balance between capturing the simplicity of the Game Maker API whilst not losing any performance given to you by Go.
MIT License
5 stars 0 forks source link
gamemaker go golang

Game Maker Language Go

Actions Status Documentation Report Card

NOTE: This project exists currently only for my personal use. There are no plans to ensure stability of any kind as of this time. Consider building your games with the well supported Ebiten library.

This is an engine that aims to strike a balance between capturing the simplicity of the Game Maker API whilst not losing any performance given to you by Go. It has been designed with multiplayer games in mind and differs itself from Game Maker by allowing you to "run" multiple rooms at once so that every player does not have to be in the same room.

A worm jumping between two pipes A screenshot of the example game, Worm in the Pipes

Install

go get github.com/silbinarywolf/gml-go

Requirements

Documentation

Credits