项目作者: YaelLifshitz

项目描述 :
Game of Angry Birds using python 3 and pygame package.
高级语言: Python
项目地址: git://github.com/YaelLifshitz/Angry-Birds-like-game.git
创建时间: 2020-05-06T16:05:52Z
项目社区:https://github.com/YaelLifshitz/Angry-Birds-like-game

开源协议:

下载


Angry Birds like Game:

The game was made for my young primary school students at “ATID PLUSE” program which I teach in voluntarily. The game includes a player - plain, and birds.

The player needs to shoot the birds, every sucssesfull shooting is a point more in his score , if the birds touches him the player loosses life.

When the player has 0 life and a bird touches him the player losses and an image “you lost” will appear and he could only closed the game and that’s it.

The player moves using the mouse and shoots using the left click in the mouse.

The player can move up and down (but he’s movement to the left can be limited, the code is in comment).

Ways I can improve the game (hopefully will add all of this in the future):

• give the player option to restart the game - doen!

• make the background move

• more options to win lifes

• more interactions with objects

• diffrenet stages

  • make a init screen function- to reduce some code and make the code more readable.