Snake Game
Introduction
The Snake Game project is designed to get students familiar with Python by developing a classic game. We led our IEEE members to build this project during school year 2017 - 2018.
From this project, our members will build their Snake game step by step, from learning the basic syntax to coding different shapes on the screen, The class covers the following contents:
- basic syntax of Python
- tkinter GUI library
- snake game logic
- event system: keyboard / mouse IO
- building the user interface
- design pattern