Roguelike Demo
Channel:
Subscribers:
16,800
Published on ● Video Link: https://www.youtube.com/watch?v=6lxuZdaLEvU
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-06 | Occupy Wall Street Opinions |
2011-10-02 | Tactical Prototype 0.001 |
2011-06-28 | Orbit Demo |
2011-05-13 | SpaceChem |
2011-05-07 | Enemy Types and Deep Play |
2011-05-05 | Gameplay Innovations and God Hand |
2011-05-03 | Beat-em-up |
2011-04-26 | Action Game Genres |
2011-04-17 | Roguelike Toy 3 |
2011-04-16 | Roguelike demo 2 |
2011-04-15 | Roguelike Demo |
2011-04-06 | Robocanvas |
2011-04-01 | Minecraft Test (Clock Differences) |
2010-10-18 | Weather Intro |
2010-09-26 | Generating Worlds Using Trade Routes |
Tags:
rogue
roguelike
javascript
toy
game