This script is the final assignment of BUAA 2016 Fall Class "College Computer Basics(Python)",
of course you don't need to know anything about aeronautics or astronautics, hahah
just enjoy the game.
- Python 3.3 or above
- tkinter
- pygame 0.1.0 or above
To install pygame, try to find the wheel in https://www.lfd.uci.edu/~gohlke/pythonlibs/
# with pip
pip install pygame-1.9.3-cp37-cp37m-win_amd64.whl
# with conda
conda install pygame-1.9.3-cp37-cp37m-win_amd64.whl
···