pythonfoo / fantasy_forge

Fantasy Forge is a framework for creating and playing text adventure games.
6 stars 1 forks source link

Dual wielding #8

Open dodonator opened 4 weeks ago

dodonator commented 4 weeks ago

Currently the Player has only one hand, the main hand. We should add another one. To decide which items require dual wielding we should implement an corresponding attribute in the Item class.