This project began as an idea for an Diablo-like game to learn Unity. It has since then evolved into script collection for a general 2d action RPG with enemies, attacks, equipment and items. The idea
Continue ReadingCategory: Projects
Frog Flick – An Android Game
A small project to learn Unity and the development and publishing workflow on Android. https://play.google.com/store/apps/details?id=com.kajon.frogflick
Continue ReadingA-star path finder
A grid path finder using the A-star algorithm. It is optimized for speed and size by sudivding the search grid. Written in c++ 14 using Visual Studio 17. https://gitlab.com/Kajonn/path-finder
Continue ReadingGenetic algorithm experiment
A genetic algorithm which takes an input value and then tries to find an expression which will result in that value. https://gitlab.com/Kajonn/geneticexpression
Continue Reading