A Rouge like Game
Here is a trailer for the base gameplay that we worked on for about 2 months https://www.youtube.com/watch?v=OBb7ZaiyrXw&feature=youtu.be
This project has some cool things like:
- BFS for Pathfinding to make dungeons https://github.com/Rud156/Roguelike/blob/master/Mods/NewRoomMod/Trigger.lua.txt#L1010
- A Skill Tree system https://github.com/Rud156/Roguelike/blob/master/Mods/SkillTreeMod/Trigger.lua.txt
- Perks System https://github.com/Rud156/Roguelike/blob/master/Mods/PerksMod/Trigger.lua.txt
- A complete save system and conversions between Lua tables to strings https://github.com/Rud156/Roguelike/blob/master/Mods/NewRoomMod/Trigger.lua.txt#L2275
- Multiple enemy types https://github.com/Rud156/Roguelike/blob/master/Mods/EnemyMod/Trigger.lua.txt