Sinder Keyforge Card Ranking – PHP, SQL and Unity
For a while now I wanted to make a card ranking system in which users are offered two cards and then choose which they like better. However my web development…
For a while now I wanted to make a card ranking system in which users are offered two cards and then choose which they like better. However my web development…
When developing anything it is advised to use a versioning system. At my workplace we use SVN, but I choose to use git for personal projects, and not only because…
If game development was my day job, my process would be completely different. Since it is a hobby, my process is very relaxed, and takes a very long time to…
Background When searching the web for roguelike unity all you can find is unity's own roguelike2D tutorial. While the tutorial did teach me a few things, and is overall very good,…
I participated in my first Ludum Dare. It was an exhilarating and learning experience. I made a deck building game. You can try it yourself here
The purpose of this tutorial is to add A* pathfinding to Scavengers 2, the Unity 2D roguelike example. The 2D roguelike project is the basis upon which this tutorial is built, and…
I'm going to give a short overview of how pixel perfect collision works, and how I implemented it in Unity using C#. The source files and usage are at the…