1
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.
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.