Pen Plotter Tic Tac Toe

made by johnvtan, doron, submitted by johnvtan
A computer vision-based tic-tac-toe game you can play against RC's 1980s pen plotter.

A two-dimensional maze generator in C++

made by doron, submitted by Mai
This program uses seven algorithms to procedurally generate perfect two-dimensional mazes. Perfect mazes contain no loops, and for each point in the maze, there is exactly one path to any other point in the maze. It also has a separate renderer so you can write your own generator if you want to!

Make a computer vision-based video game that doesn't feel janky with this one weird trick

made by doron, submitted by nicholasbs
An overview of building Toot, a 7-foot tall arcade game that uses a concealed camera for computer vision.

Computer Plinko

made by doron, alejvillanueva, submitted by porterjamesj
A browser-based implementation of the game Plinko. You can see the source code here: https://github.com/alejvillanueva/ComputerPlinko