Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 312 Bytes

File metadata and controls

18 lines (14 loc) · 312 Bytes

python

Examples of programs written in Python. Sources for http://pythonicway.com/

Contents: 1.Arcade games: (i)Pong game (ii)Snake Game (iii)Minesweeper

2.Terminal Games: (i)XO game

3.GUI programs: (i)Quadratic Calc using Tkinter (ii)Simple Paint-like application in Python with Tkinter