First attempt at 7DRL.
Using C, RayLib, and emscripten to build a web version of the game.
Goals:
- building a complete rougelike game
- since this is my first attemp,y I'm probably just going to stick with the basics of a dungeon crawler => battle enemies go down a dungeon to reach the bottom floor
- rather than a sophisticated item/weapon system, I think I'm going to try a skill-based system => you learn new skills and level up skills to gain stronger stats and add more variation to combat
Day 1~2
Spent most of the time setting up basics like:
* basic movement
* basic stats
* basic enemies
* basic melee attack
* working on a basic skill system