Concept
The idea for this project is to create a game that is similar to collecting balls. Instead of collecting balls in a jar in this game, the player will collect letters given the phrase P. To complete the game the player has to collect all the letters of the phrase P and letters will be falling from the top of the screen. Collecting the wrong letter will result in losing. The player also has 1 mins to collect all the letters. Most of the basic functionality is done for this draft.
Game
Remaining Features
The basic logic of the game is done. But right now once the player collects all letters a second round with longer letters does not appear and that will be implemented in the final version. The phrases are hard coded right now and I will use an LLM to generate the phrases for all the rounds in real time. The length and complexity of the phrase will increase every round but the player will still have 1 minute to collect all the letters. The visuals are also basic right now. I will improve the visuals for the final version.