JoshThinh / T2joshua

MIT License
0 stars 0 forks source link

Final Project #8

Open JoshThinh opened 1 month ago

JoshThinh commented 1 month ago

For my final CSP project, I've decided to have food-themed inventory management game. Drawing inspiration from popular games with sorting mechanics, I'll be creating a virtual pantry where users can organize their ingredients.

The project will begin with generating a 2D array representing the pantry shelves, with rows and columns to simulate a grid-like layout. Next, I'll randomly select food items from a predefined list to populate the pantry shelves.

For rendering the pantry grid, I'll implement a nested loop structure, iterating over the rows and columns to display the contents of each shelf.

Now, onto the sorting feature. Instead of sorting blocks or items as in certain games, I'll apply a sorting function by providing different sections of where you are going to put the food items and the person is required to connect each item to its corresponding area.

This plan lays the foundation for a challenging yet engaging project, allowing the opportunity to demonstrate my understanding of algorithms and data structures in a creative context.