by georgelam6
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
ShinyFork 4 years ago
Game Graphics Level Designgeorgelam6 4 years ago
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.ShinyFork 4 years ago
Oh, i'm marked poor level design cause i thought that i must select any option %)