Home  >  Article  >  Web Front-end  >  HTML5 game development-Angry Birds article recommendations

HTML5 game development-Angry Birds article recommendations

零下一度
零下一度Original
2017-06-13 11:06:231738browse

Angry Birds is a popular puzzle game. Now I am trying to use lufylegend library and Box2dWeb physics engine to see how to make such a classic physics game in html5. Preparation 1 First, you need to download the lufylegend library version 1.4.1 http://blog.csdn.net/lufy_legend/article/details/7751425box2dweb. You can download it here http://code.google.com/p/box2dweb /downloads/list Regarding how to use the lufylegend library, you can read some of my previous articles and tutorials, or read the API description below. http://lufy.netne.net/lufylegend-js.php?v=api preparation work 2. Due to the author's mistake, the functions of Box2dWeb were not completely sealed. If you want to make a physics game, you have to do it with lufylegend-1.4.1. For some extensions, you can download this extension file,

1. html5 Game Development-Angry Birds-Open Source Lecture (1)-Jump into the pop-up bird

HTML5 game development-Angry Birds article recommendations

Introduction: Angry Birds is a popular puzzle game. Now I try to use lufylegend library and Box2dWeb Physics engine to see how to make such a classic physics game in HTML5. Preparation 1 First, you need to download the lufylegend library version 1.4.1 http://blog./lufy_legend/article/details/7751425box2dweb. You can download it here http://code.google.com/p

2. html5 Game Development-Angry Birds-Open Source Lecture (2)-Following the Birds

HTML5 game development-Angry Birds article recommendations

Introduction: In the previous lecture, we introduced how to make the bird spin and jump on the slingshot, and use external force to make the bird fly out. However, if nothing is done, the bird will It just flew straight out of the screen. This time we have to let the camera follow the movement of the bird. Below is the link to the previous lecture. For those who have not read the previous lecture, please check it out first. HTML5 Game Development - Angry Birds - Open Source Lecture (1) - Jump into the pop-up bird http://blog./lufy_legend/article/details/7765599 About how to

3 . html5 Game Development-Angry Birds-Open Source Lecture (3)-The Impulse Produced by Collision

HTML5 game development-Angry Birds article recommendations

##Introduction: Previously, we have achieved the use of external force to fly out the bird, and achieved the follow-up of the camera. This time we will study the impact of the collision between the bird and other objects, and the deformation and disappearance of the objects caused by the collision. Below are the links to the first two lectures. It is best for friends to understand before reading this tutorial. one time. HTML5 Game Development - Angry Birds - Open Source Lecture (1) - Jump into the pop-up bird http://blog./lufy_legend/article/details/7765599html5 Game Development

The above is the detailed content of HTML5 game development-Angry Birds article recommendations. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn