Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Furman

Pages: [1]
1
Early Dev / ArenaRL
« on: December 23, 2016, 01:10:55 PM »
https://furmanus.github.io/Arena-RL/

Simple (even very simple so far) roguelike written by me. Written in HTML5 and Javascript with usage of rot.js library (which is really great).

My primary goal while writing this game was to learn programming and javascript (still rather new to both of these). While I plan to improve this game by adding new features and new game mode, I'm not really sure when and if it will happen. During development I came to conlusion that browser is very poor enviroment for a game.

Anyway, here's project's site: https://github.com/Furmanus/Arena-RL
List of so far implemented features: https://github.com/Furmanus/Arena-RL/blob/master/features.md

Any thoughts, suggestions and critique (both on game and source code/coding style) are more than welcome and will be greatly appreciated.

2
Design / Unicode characters in roguelike games.
« on: October 14, 2016, 05:21:39 PM »
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 :)

Pages: [1]