Recently I've started developing a simple roguelike game in HTML5 and Javascript and instead of using ASCII chars only I decided to use several UNICODE symbols. Problem is, that looking through symbols I can't find satisfactionary symbols for most of my items/map tiles. Has anyone ever created a set of unicode symbols suitable for roguelike game?
Or if anyone would be so kind and suggest me few symbols for things like:
- bush, thick bush
- mushroom patch
- wooden bridge
- potions
- various weapons and armours
Any help will be greatly appreciated