Roguelike Demo

Channel:
Subscribers:
16,800
Published on ● Video Link: https://www.youtube.com/watch?v=6lxuZdaLEvU



Duration: 1:25
570 views
5


I built the first parts of a roguelike in javascript. My day job requires me to know a lot more JS than I needed to before, so I'm building toys in JS to bone up on it.

It's kind of a neat toy, I may even put some more time in it to make it a game. The programming is all very modular and easily extended, so it should be pretty easy to grow and grow once I have a few more fundamentals in place.

I didn't mention lighting, but the game understands lighting. During the day, everything is considered lit for ease of processing (I may change that later), but at night only lamps light the darkness. This is partway through sunrise, so everything is half-lit by the sun even if the lamp doesn't light it.




Other Videos By Craig Perko


2011-10-06Occupy Wall Street Opinions
2011-10-02Tactical Prototype 0.001
2011-06-28Orbit Demo
2011-05-13SpaceChem
2011-05-07Enemy Types and Deep Play
2011-05-05Gameplay Innovations and God Hand
2011-05-03Beat-em-up
2011-04-26Action Game Genres
2011-04-17Roguelike Toy 3
2011-04-16Roguelike demo 2
2011-04-15Roguelike Demo
2011-04-06Robocanvas
2011-04-01Minecraft Test (Clock Differences)
2010-10-18Weather Intro
2010-09-26Generating Worlds Using Trade Routes



Tags:
rogue
roguelike
javascript
toy
game