Need guidelines to setup a main screen on my game

Hi!

I'm developing a game with lua based on pong and a tutorial i found on github. Code live here https://github.com/jiwidi/playdate_pong

I want to setup a main screen as the landing screen when opening the game where you can access a settings page or start a game vs IA or vs yourself. Basically a multioption list that would trigger other functions.

Maybe is a very simple thing but i havent been able to find guides for this in the dev sdk, anyone has material showcasing how this could be done for a simple game?

Thanks

For how to make separate “screens” that the player can move between (e.g. having your menu screen be separate from the main game), try SquidGodDev’s Scene Manager tutorial.

For how to make the actual menu, try his Grid View tutorial.