ebitgen

command module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

README

Ebitgen

An Ebiten project generator.

Installation

go install github.com/KalebHawkins/ebitgen@latest

Usage

Start a new project like you would any Go project.

mkdir goapp
go mod init example.com/goapp

Now generate your game.go file and you are ready to Go. Yea, I said it. Pun intended. 😐🖐️🎤.

ebitgen 

You can customize some parameters, for example, say you want a smaller window and a different file name and title window.

ebiten -w 340 -H 240 -t "Awesome Game Name" -o main.go

Notice the -H is capital because it conflicts with the --help, -h. I couldn't think of another letter to use that made sense.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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