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

(#25) support picking up multiple items and all items #27

Closed nat236919 closed 4 years ago

nat236919 commented 4 years ago

(#25) support picking up multiple items and all items

Examples

Remark When multiple items are picked up, the presentation displayed will only show the last picked-up item. Displaying stacking texts for picking up multiple items in order is still needed.

aelmosalamy commented 4 years ago

Great! I will merge soon. Thank you @nat236919