Coders Packet

Packets submitted by Aritra Banerjee

2048 Game in Python

A GUI based implementation of the well known game 2048, in Python. Tkinter module is used for graphics.

Clock API in Python using Kivy module

A GUI based digital clock API made using Kivy module in Python. It shows the time in 24 hour format and there is also a stopwatch feature available.

GUI based Hangman Game in Python

A simple hangman game made in Python using "pygame" module. The game is made in two versions for big and small sized game windows. Total 6 chances are given for the player to guess the word.