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.


Messages - mindjock

Pages: [1]
1
Programming / A simple new rogue-like engine in Javascript
« on: December 22, 2019, 12:01:23 PM »
In under 1000 lines of Javascript, a procedural dungeon generator, with collision detection and line of sight.  It is the beginnings of a game.  Right now you can move around with arrow keys or by swiping in the direction you want (if you have a touch screen)

These are newly designed algorithms and would love to get an opinion of my code.  Also, if this helps you, great.

The game is live right now at http://www.Divinity.com  The game now is simple, find the key to open the door to a newly generated level.  Also, hitting the space-bar will generate a new maze if you don't feel like finding the key to open the door.

In the future, mobs can be spawned in the game to chase the player, other items, an inventory system, etc.
Again, any comments are appreciated.



Pages: [1]