Mateusz Kussowski

Hi. I'm a CS student in Warsaw. This is where I keep links to things I've made.

Projects

two

A puzzle game I built in C++/SDL2 around one idea: you move two sprites at the same time, but each one sees a different map. Levels generate procedurally and always have a solution.

graded_diffusion

A small experiment with diffusion models. The idea: grade generated samples in an unsupervised way, then use the grade to either pick the cleanest outputs or deliberately surface the messier, more unusual ones to increase diversity. Trained on MNIST.

game-master

A multiplayer game server reachable over plain TCP: nc tcp.kussowski.dev 3301 and you're playing. Each player connects independently; the server runs the match. The point is the DSL, a small language for writing card-style games where the game code stays short, but a few prebuilt ones come bundled (War, Go Fish, Crazy Eights). (work in progress)

More on GitHub.