Commit graph

3 commits

Author SHA1 Message Date
Dwayne Charrington
385de363a3
refact(strawberry): 🍓 🍓🍓
Frame Construction Simplification:

Leveraged Python list replication for constructing repetitive sections of the garden frames, specifically for the initial empty rows and soil rows. This reduces eight separate string initializations into concise expressions, improving readability and reducing potential sources of error.

Consolidated Animation Logic:

Streamlined the logic for embedding the animation character (q*) into the garden frame stages. For sub-stages 4 to 7, applied string multiplication to dynamically adjust the number of # symbols, thereby reducing redundancy in the frame construction.

Improved Control Flow:

Integrated the try-except block directly into the animation loop (delicious function), resulting in smoother handling of KeyboardInterrupt exceptions and eliminating the need for an infinite while loop.

These modifications preserve the functionality of the original script while making the code more concise and easier to maintain.
2024-08-10 10:26:03 +10:00
iruletheworldmo
53b3b7fdfc
planting seeds of agi 2024-08-09 18:00:56 -06:00
iruletheworldmo
b6d05cecfa
ah... sweet summer 2024-08-09 14:25:35 -06:00