Skip to content

shrmpy/ebiten-game-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ebiten-game-template

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

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

⚠️ After cloning this repository:

Write your OWN name name in the LICENSE file and run this command to replace the game name (tested on Linux and Mac):

grep -Rl ebiten-game-template | xargs sed -i '' -e "s/ebiten-game-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.17 or later to contribute to the game

To build the game yourself, run: go build . it will produce an ebiten-game-template file and on Windows ebiten-game-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.

About

Ebiten game template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%