tortuga

package module
v0.0.0-...-7fee067 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2024 License: MIT Imports: 12 Imported by: 0

README

Tortuga

note: this project is a work in progress and in early stages

The goal of tortuga is to be able to easily make tiny games. Tortuga is similar to turtle. I decided to strip out a lot of the fluff and focus more on the core of the library.

documentation

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cart

type Cart interface {
	Update()
	Render()
}

type Console

type Console struct {
	*emulator.Emulator
	game.GamePad
	game.Mouse
}

Console represents a game system - aka a game console

func New

func New() Console

func (Console) RenderPalette

func (c Console) RenderPalette()

func (Console) Run

func (c Console) Run(cart Cart)

type Texture

type Texture struct {
	texture.Texture
}

Jump to

Keyboard shortcuts

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