Please, Be Better is a 2D game inspired by wario ware games where players answer quiz questions and complete minigame challenges. Each correct answer rewards a life, while failing minigames brings the player closer to game over. The game loops through a set of varied minigames to keep the experience engaging.
Play it directly on itch.io — no installation required, you simply have to download the file and unzip the archive !
- Once a game is started, a minigame will be launched and the player will have to solve it.
- If the player succeed at completing a minigame, another one will start and so indefenetly.
- However, if the player fails the minigame, Garry will catch them and force them to answer one of his questions.
- If the player answer correctly, nothing will happen, and garry will let them go, however, if the player answer wrong, Garry will mock them and they will lose a life.
- if the player loses all his 3 lives, the game is game over.
| Minigame | Description |
|---|---|
| Cable Matching | Connect 4 color-coded button pairs (Red, Blue, Green, Yellow) |
| Keycard Swipe | Drag the keycard to the reader with precision |
| Digit Code | Enter the correct 4-digit random code |
| Apple Basket | Drag and drop apples into the basket |
| Chocolate Eating | Click through the chocolate bar before time runs out |
- Unity 6 (6000.3.12f1)
- Universal Render Pipeline (URP) — 2D rendering
- Aseprite — UI, textures & sprites
- C# — all game code
- Unity Hub with Unity 6000.3.12f1 installed
exectute these commands in a command prompt :
https://github.com/NepNath/projet-48h-2026.git
cd projet-48h-2026Open the project in Unity Hub, then open Assets/Scenes/MainMenu.unity and press Play to start a game
Project lead by NepNath — itch.io · GitHub
With the help of :