ondras / rot.js

ROguelike Toolkit in JavaScript. Cool dungeon-related stuff, interactive manual, documentation, tests!
https://ondras.github.io/rot.js/hp/
BSD 3-Clause "New" or "Revised" License
2.32k stars 254 forks source link

Basic game example #198

Closed jcubic closed 2 years ago

jcubic commented 2 years ago

I was looking at my code pen demos and I've found my Rouge-like game. It was created as a base for a real game, also as a demo of my library jQuery Terminal. You may take a look, it simple game similar to the original rouge with gold and health potions that you can collect, experience, AC, levels, and enemies.

When I was writing this game I had a hard time reading the documentation and tutorials (not too difficult but it could be better). Maybe a fully working example (that is don't have too many elements) will help others. You can link to it if you want.

ondras commented 2 years ago

Hi Jakub,

thanks for the suggestion. I added a link to your game to rot.js's official RogueBasin page: http://roguebasin.com/index.php/Rot.js