Skip to content

lucky521/Pig-Hate-Angry-Bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngryBirdGame 小鸟复仇记

This is a Flying Game about AngryBird.

这是一个关于小鸟复仇的飞行小游戏。

This game is writtern by Python base on Pyglet.

To learn more about Pyglet, you can refer to http://www.pyglet.org/

The source code structure:
.
|- luckybird.py the main proceture
|- game
 |- _ init _.py modules used by luckybird.py
 |- config.py configure file, global constant
 |- resources.py import resources
 |- util.py util functions
 |- player.py Player class is about the player himself, derived from PhysicalObject
 |- angrybird.py AngryBird class is about the enemy, derived from PhysicalObject
 |- egg.py Egg class is about the score, derived from PhysicalObject
 |- physicalobject.py Base class, moving things
 |- load.py instantiate and load all objects

Pylet尽管不是游戏引擎,却同样可以做出好玩的游戏。

About

🐷 A Flying Game using Pyglet 小鸟复仇记

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages