Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 338 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 338 Bytes

Ebiten Boilerplate

A small boilerplate to make games in ebiten engine.

Features:

  • Folder structure including asset folder
  • Very simple entity component system architecture

How to run

go run .

How to run in browser

go run github.com/hajimehoshi/wasmserve@latest .