# PythonGameTest **Repository Path**: iamttp/PythonGameTest ## Basic Information - **Project Name**: PythonGameTest - **Description**: 这是ubuntu vscode python编写的Concos2d程序 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PythonGameTest ## 这是ubuntu vscode python编写的pygame程序 `mainPygame.py` > 1.0 显示基本窗口 > > 1.1 添加背景 > > 1.2 使用精灵 > > 1.3 飞机使用精灵 > > 1.4 精灵碰撞 ## 这是ubuntu vscode python编写的Concos2d程序 `mainCocos.py` 参考:`http://python.cocos2d.org/doc/programming_guide/quickstart.html#hello-world` > 1.0 显示基本Hello World窗口 > > 1.1 cocos2d action使用 > > 1.2 cocos2d event_handler使用 > > 1.3 cocos2d 键盘、鼠标信息获得