aelmosalamy / ascii-combat

A simple CLI text adventure game, created for learning purposes, feel free to contribute.
MIT License
69 stars 17 forks source link

Pick up multiple items at once #25

Closed codeswhite closed 4 years ago

codeswhite commented 4 years ago

For example in a location there are multiple items that available for picking up: apple ... coin

So the player could type: pick apple coin And those items would get picked up one after another.

EDIT: Same mechanics can be applied to dropping items.