Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 491 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 491 Bytes

ebiten-pkgs

Packages I have created for use with Ebiten, a simple 2D games library in Go.

  • charmenu - Draws a selectable menu. Each menu item contains a single character. Created to allow a user to input a name without using a keyboard.

  • imagemenu - Draws a selectable menu. Each menu item is an image. Created to allow the user to select an image.

  • listmenu - Draws a selectable menu. Each menu item contains a text string. Created to allow a user to navigate through menu options.