Skip to content

Small Projects produced in Python including Connect 4, battleship, and ascii binary tree

Notifications You must be signed in to change notification settings

NANDINIWANI08/Python-Projects

 
 

Repository files navigation

Python

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

About

Small Projects produced in Python including Connect 4, battleship, and ascii binary tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 60.1%
  • HTML 38.3%
  • Python 1.6%