Projects produced in Python
Connect_4.exe is an executable of the finished product. It takes a few seconds to load, but it does work. What makes this game of connect 4 unique? The ability to choose your custom color at the start!
Battleship.py is a basic version of battleship where each ship only consists of one space instead of multiple. Originally produced in CodeAcademy's Python 2 course. Updated to Python 3.x
fake_album_cover.py generates a random fake album cover consisting of an open source image and titles from random wikipedia pages.
find_zero_sum.py asks user for a number, N and N amount of numbers. The program determines if any permutation of those numbers sum up to 0
ascii_bin_tree.py takes a single int, N, and prints a binary tree with 2^N leaves