dpc / rustyhex

Simple roguelike written in Rust language.
MIT License
93 stars 13 forks source link

Implement items. #4

Open dpc opened 10 years ago

dpc commented 10 years ago

They should be displayed in UI, can stack together, creatures and player should be able to pick and use them. Usual stuff.

ozkriff commented 10 years ago

What do you think about implementing not a simple healthbar but an organ damage system? Something like DF`s: http://dwarffortresswiki.org/index.php/40d:Wound ?

dpc commented 10 years ago

@ozkriff: I like it, though it somewhat depends on the #5 . Right now the game is kind of abstract, so there is no indication that creatures even have body parts. Maybe they are spherical robots, etc. And another thing is it's more complicated, so for time being I'm going to stick with just life counter, but maybe in future.

BTW. This is off topic of this issue. But feel free to create issues for anything. :)