ebitengine-nokiajam-template

command module
v0.0.0-...-a8affe9 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2023 License: MIT Imports: 7 Imported by: 0

README

ebitengine-nokiajam-template

A basic skeleton for a 2D game using the Ebitengine library.

-----✂️-----

⚠️ After cloning this repository:

Write your OWN name name in the LICENSE file and find-and-replace ebitengine-nokiajam-template with your own game's name, for example, by running this command (tested on Linux and Mac):

grep -Rl ebitengine-nokiajam-template | xargs sed -i '' -e "s/ebitengine-nokiajam-template/${PWD##*/}/g"

it assumes that the game name is the name of the current folder because that is what go build will call it.

Then delete this section from the README, and start editing main.go to make your own game!

-----✂️-----

For game testers

Game controls:

  • F: toggle full-screen
  • Q: quit the game
  • Space: move up

For programmers

Make sure you have Go 1.19 or later to contribute to the game

To build the game yourself, run: go build . it will produce an ebitengine-nokiajam-template file and on Windows ebitengine-nokiajam-template.exe.

To run the tests, run: go test ./... but there are no tests yet.

The project has a very simple, flat structure, the first place to start looking is the main.go file.

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