├── 6.ico ├── MyLibrary.py ├── MyLibrary.pyc ├── README.md ├── aodamiaoRun Fast.py ├── background.ogg ├── background.png ├── bullet.wav ├── button.wav ├── data.txt ├── dragon.png ├── exlposion.wav ├── explosion.png ├── flame.png ├── fruit.bmp ├── game_start_down.png ├── game_start_up.png ├── interface.png ├── make.py └── sprite.png /6.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XINCGer/catRunFast/HEAD/6.ico -------------------------------------------------------------------------------- /MyLibrary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XINCGer/catRunFast/HEAD/MyLibrary.py -------------------------------------------------------------------------------- /MyLibrary.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XINCGer/catRunFast/HEAD/MyLibrary.pyc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XINCGer/catRunFast/HEAD/README.md -------------------------------------------------------------------------------- /aodamiaoRun Fast.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XINCGer/catRunFast/HEAD/aodamiaoRun Fast.py -------------------------------------------------------------------------------- /background.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XINCGer/catRunFast/HEAD/background.ogg -------------------------------------------------------------------------------- /background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XINCGer/catRunFast/HEAD/background.png -------------------------------------------------------------------------------- /bullet.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XINCGer/catRunFast/HEAD/bullet.wav -------------------------------------------------------------------------------- /button.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XINCGer/catRunFast/HEAD/button.wav -------------------------------------------------------------------------------- /data.txt: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /dragon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XINCGer/catRunFast/HEAD/dragon.png -------------------------------------------------------------------------------- /exlposion.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XINCGer/catRunFast/HEAD/exlposion.wav -------------------------------------------------------------------------------- /explosion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XINCGer/catRunFast/HEAD/explosion.png -------------------------------------------------------------------------------- /flame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XINCGer/catRunFast/HEAD/flame.png -------------------------------------------------------------------------------- /fruit.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XINCGer/catRunFast/HEAD/fruit.bmp -------------------------------------------------------------------------------- /game_start_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XINCGer/catRunFast/HEAD/game_start_down.png -------------------------------------------------------------------------------- /game_start_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XINCGer/catRunFast/HEAD/game_start_up.png -------------------------------------------------------------------------------- /interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XINCGer/catRunFast/HEAD/interface.png -------------------------------------------------------------------------------- /make.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XINCGer/catRunFast/HEAD/make.py -------------------------------------------------------------------------------- /sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XINCGer/catRunFast/HEAD/sprite.png --------------------------------------------------------------------------------