Giter Club home page Giter Club logo

game_of_plane_wars's Introduction

Game_of_Plane_Wars

Game of Plane Wars Programmed by Python

pygame参考资料:https://www.pygame.org/docs/
pythone第三方库下载:https://www.lfd.uci.edu/~gohlke/pythonlibs/

开发环境:

python == 3.7
pycharm == 2020.1.2
pygame == 1.9.6

项目简介

利用python制作“飞机大战”游戏

主要步骤

1、搭建界面和键盘检测
2、添加背景音乐
3、运行优化
4、控制玩具飞机-面向过程
5、控制玩具飞机-面向对象
6、玩家飞机发射子弹
7、显示敌机
8、敌机发射子弹
9、抽象基类

需求描述:

存在四个对象: 我方飞机、地方飞机、我方子弹、敌方子弹

功能:

背景音乐的添加
我方飞机可以移动(根据按键来控制)
地方飞机也可以移动(随机的主动移动)
双方飞机都可以发射子弹

具体步骤:

1、创建一个窗口
2、创建一个我方飞机,根据方向键左右移动
3、给我方飞机添加发射子弹的功能(按下空格键去发射)
4、创建一个敌方飞机
5、敌方飞机可以自由移动
6、敌方飞机可以自动发射子弹

结果展示:

飞机大战游戏

优化版

第一版

game_of_plane_wars's People

Contributors

donvink avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.