RayyanDarugar / student

MIT License
0 stars 0 forks source link

Final Project Plan #12

Open RayyanDarugar opened 1 month ago

RayyanDarugar commented 1 month ago

For my final project I will be making a food-management game, where the user manages a virtual grocery store and sorts ingredients into sections. It will take place on a 2D plane, with an array of rows and columns representing the shelves.

These rows and columns will be filled with randomly chosen food items, out of order. The object of the game is for the user to sort these foods correctly. To render these rows and columns we will iterate through each item and their characteristics.

The user will sort these items by moving them into the block that they are represented by. We will be using algorithmic tasks such as creating, sorting, and more to code an interesting, fun experience for the user.