Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 310 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 310 Bytes

python

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

Contents:

1.Arcade games:

  • Pong game
  • Snake Game
  • Minesweeper

2.Terminal Games:

  • XO game

3.GUI programs:

  • Quadratic Calc using Tkinter
  • Simple Paint-like application in Python with Tkinter