Ranked #1217
205 Points
I created this mostly as a programming challenge for myself... I'd love some feedback!If you're interested in that kind of stuff, heres the source (C++): https://github.com/georgelam6/Legend
You marked it as having poor level design, yet the levels are created using procedural generation. Physics won't work in a turn based game. Real-time lighting is firstly very difficult to program, and secondly won't suit the theme of the game. Particle systems could work, but it would be too much effort for not much result. Keep in mind that this game is made from scratch using an engine of my own creation.
4 years ago