mroobit / untitled-sidescroller

2D Platformer written in Go with Ebitengine
https://shannondybvig.com/projects/untitled-sidescroller/
MIT License
1 stars 0 forks source link

FEATURE: Main Menu #4

Open mroobit opened 1 year ago

mroobit commented 1 year ago

Implement a menu screen (for game mode Menu) after load screen, with following selections

Prerequisites

mroobit commented 1 year ago

Implemented menu (doubly-linked list with basic display using tinne26's etxt). Currently only "New Game" and "Exit" do anything. (Relevant Commit)