LOX
r/roguelikedev Roguelike Tutorial 2022
This is part of the annual code-along based on this tutorial
The tutorial is written for Python 3 and the TCOD library, but this project adapts it to native JavaScript. No external libraries will be used.
I am not a software developer and I have no idea what I am doing.
Index
- Part-0 : Setting Up
- Part-1 : Drawing the ‘@’ symbol and moving it around
- Part-2 : Generic Entity, render function, and the map.
- Part-3 : Map Generation, custom. Will evolve as other parts go on
- Part-4 : Field of View, custom. May evolve as tutorial continues
- Part-5 : Placing and bumping actiors
- Part-6 : Doing and taking damage. Component system NOT STARTED
- Part-7 : Creating the Interface NOT STARTED
The Game