aylusltd / Penguins-in-Python

An open-source game written for my kids.
1 stars 4 forks source link

Better Crafting #6

Open aylusltd opened 5 years ago

aylusltd commented 5 years ago

Is your feature request related to a problem? Please describe. Crafting sucks. Having crafting bound to keys that the player can't customize is bogus. Should have a crafting popup, and mappable hot keys.

Describe the solution you'd like Memoize keys 0-9 with specific recipes, that the player can customize. Display the currently assigned recipe at the bottom of the screen.

Describe alternatives you've considered Currently crafting is done by pressing b to make bricks, etc... that's already a problem in that wall is l because w was taken.

Additional context Should have a new file (or possibly module)