# PythonShootGame **Repository Path**: computerclass/PythonShootGame ## Basic Information - **Project Name**: PythonShootGame - **Description**: A simple shoot game by python - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-06-13 - **Last Updated**: 2022-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PythonShootGame A simple shoot game written in Python. # Introduce This project only include two simple .py files: 1. mainGame.py: The initialization and main loop of the game. 2. gameRole.py: Class of the game role. # Requirement 1. Python 2.7 2. Python-Pygame # How To Start Game ```bash $ python mainGame.py ``` # License GPL # Screeshot ![](http://s2.postimg.org/728c1wy4p/Screenshot_5.png) ![](http://s30.postimg.org/fflxcv9ld/Screenshot_6.png) # Doc [使用Pygame制作微信打飞机游戏PC版](https://www.cnblogs.com/dukeleo/p/3339780.html) (a Chinese startup)