Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 854 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 854 Bytes

Fun with Python - It is what it is!

If you want to do some real fun with Python, then do check this space out. I did this when I was a beginner in Python and was exploring how easy, interactive and fun Python could be. I made some basic games :

  1. Dice Stimulator
  2. Tic Tac Toe
  3. Egg Catcher
  4. Caterpillar Game

I had a lot of fun with Tkinter & Turtle Graphics. For those who don't know, turtle is a pre-installed Python library that enables users to create pictures and shapes by providing them with a virtual canvas and Tkinter is the GUI package.

Found this old collection and thought of sharing it here!

Update : Mar 17, 2023 Adding JenkinsFile to this Repo, trying out MultiBranch Pipeline!