gome

package module
v0.0.3-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2020 License: MIT Imports: 3 Imported by: 0

README

gome - a go game framework

PkgGoDev Build Status Go Report Card

gome is a lightweight framework to develop 2D games with go. It focuses on usability.

It is still in a very early stage and not yet ready to be used

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Gome

type Gome interface {
	//Run starts the Interface. Returns when the game ends
	Run(game game.Interface) error
	Settings() game.Settings
}

Gome is used to run a game

func New

func New() Gome

New returns a new instance of Gome

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL