top of page
Alone

Game Design, Python

Alone is a game implemented in python using Tkinter library. The idea was to create a platform for simply generating different combinations of the game in a greyscale 2d environment. 

Three levels as samples have been generated.However, based on object oriented programming approach in this project, it is easy to add more levels in a very short period of time. This approach can be used for letting players designing their own games.

All the trees, background landscape and clouds are randomly generated each time running the game.

bottom of page