Pv3-Labs / gibberle

A gibberish guessing game.
https://gibberle.vercel.app
2 stars 0 forks source link

Assemble working MVP #78

Closed Exiledz5155 closed 2 weeks ago

Exiledz5155 commented 3 weeks ago

Description

We now have many of the parts we need for a functional MVP including a keyboard component and ML model that can generate some gibberish phrases. Now, we need to setup the game logic and pages (landing and game).

Acceptance Criteria

@nicholashinds will generate the phrases into a JSON file, including the hints and correct answers @Ethan-Harris07 @DanielTran24 @Charleys488 will complete their work on the frontend components (@Exiledz5155 button) @Exiledz5155 will create routing and put together components/game logic. This may include assisting the frontend team to complete their components.

The rest of the team's focus should be on the presentation (if done, POST-MVP can be worked on).

Dev Notes

none for now.

Subtasks