Posted April 12, 2020 by Andrew
Hello!
So today I've started the project Darkness Looming: The Dawn, continuing to pursue my cherished dream of making a full-fledged Diablo 2 clone using Lisp family of languages. My last attempt was not that good, so this time I've started working on the game engine beforehand; I've called it d2clone-kit. In 4 months of making it I've figured basic stuff quite well - isometric maths, character movement, ECS system, A* algorithm, etc. Now I'm going to build some little game using it :)