4byn Rectangle Tiling Generator

This is a code I created for my math seminar class. The problem we were trying to solve is to find a formula for the number of possible ways there is to tile a n by 4 rectangle using 1x1 and 2x2 squares. This is a small program I created to visualize all the tilings.


Python Minesweeper

A simple minesweeper game in python I created for a class.