Posted October 31, 2024 by Stephen Rockett
Project Details and Introduction
Flour & Fortune is the first-ever procedural baking game. The player can bake some of the most popular recipes (with available ingredients in the game) and sell them to customers in the village. The first few months of game development (January through May 2024) were spent brainstorming ideas (concepts, character designs, code systems, and user interfaces).
During August and September 2024, the concepts were refined, and some game systems were created. The main areas covered during this time include baking categorisation and recording, a real-time day-night system (based on the player’s system time), character designs and vendor information.
------------------------------------------------------------------------------------------
Method of Recording Baked Good Data
The ‘Baked Good Item Recorder System’ records discrete elements of the goods that the player bakes. This method allows for the precise recording of over 300 trillion baked good variations for long-term recording from play to play.
Figure 1: Baked Good Item Recorder System
------------------------------------------------------------------------------------------
Day-Night Cycle
Each of the 24 characters comes into the bakery at different times of the day (e.g. Vigore visits the bakery between Night, Twilight, Afternoon, and Day). There are 5 times of the day in-game. The times of sunset and sunrise are dependent on the time of the year (i.e., later sunrise and earlier sunset during December)
Figure 2: Sunset and Sunrise times for each of the 12 months
Figure 3: Sunset and Sunrise times are divided between the days each month to achieve gradual darkening and brightening throughout the year.
------------------------------------------------------------------------------------------
Character Creation
Each of the 24 characters has unique attributes - including favourite recipes, ingredients they enjoy eating, how much they can spend (and buy from the player), and more.
Example Character Information:
Vigore (Jester & Bell Hitter | Monkey)
Notable Character Info:
Figure 4: Character Design Sheet: Vigore
------------------------------------------------------------------------------------------
Vendor Information
The player can buy ingredients from the market daily - these items will be partly randomised and dependent on the player’s system date.
Figure 5: Detailed Documentation of One of Five Designed In-Game Vendors
That’s all for now! The next devlog is coming on 10th November 2024.
- Stephen Rockett