oSumAtrIX / mastermind

🎲 Mastermind - A code-breaking CLI game for two players written in C89
1 stars 0 forks source link

Add screen manager #23

Closed oSumAtrIX closed 2 years ago

oSumAtrIX commented 2 years ago

This PR introduces a screen manager. We can add screens and switch from one to another. Each screen can also include its own script and execute it.

With this addition, we can create the remaining UI.