Knight’s Tour

A Knight’s Tour is a chess problem where the knight starts at any square and has to visit every square but it can’t visit the same square twice. I was inspired by this problem and made this program so that people may try to solve it for themselves. It’s written […]

Particle Physics Simulation

Particle simulation inspired from the game called “Noita”. There are currently 6 particle types. These are sand, water, stone, fire, smoke and steam. This is the first DirectX 12 project I have made. Source code is avaible on github. Please check the demo out. It is very satisfying to play. […]