Small Games

Here are some smaller games I created:

OpenProcessing sketches

Here are some sketches I created using OpenProcessing:
Some of them only work if you’re on a computer.

Snake

Just basic snake, nothing complicated. The code isn’t great though.

Playable version (PC only)

Thonk Snake

The ultimate upgrade, instead of being a snake that gets larger by eating, you become a thonk that evolves by learning!
A video of an older version can be found here.

Playable version (PC only)

TicTacToe in 50 lines

It’s just … TicTacToe in 50 lines.

Playable version

Rock Paper Scissors with AI

This one is a bit fancier. You just play Rock Paper Scissors, but it’s against an AI.
If you want to see me fail against the AI, watch the video I made about it. I also explained how the AI works in the comments.

Playable version

15 puzzle

A simple implementation of the 15 puzzle (you can get bigger/smaller versions by changing the code) in less than 100 lines of code.
SlidySim is still much better though.

Playable version