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 article recommendation
Introduction: Angry Birds is a popular puzzle game. Now I am trying to use lufylegend library and Box2dWeb physics engine to see how to make this in html5 A classic physics game. 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.. .
##2. HTML5 game development open source library lufylegend1.4.0 is released, adding the physics engine Box2dWeb package and the easing class TweenLite
Introduction: 1. What is lufylegend.js? lufylegend is an HTML5 open source engine. It implements HTML5 development using ActionScript3.0-like syntax. It includes LSprite, LBitmapData, LBitmap, LLoader, LURLLoader, LTextField, LEvent and many other classes familiar to AS developers. It supports Google Chrome. , Firefox, Opera, IE9, IOS, A
3. HTML5 Game Development-Box2dWeb Application (1)-Create a variety of rigid bodies
Introduction: At the beginning of this article, we will introduce the new functions of lufylegend-1.4.0, how to create a physical world and this physics with box2dweb To prepare various rigid bodies in the world, first you need to download the html5 open source library lufylegend-1.4.0 http://blog./lufy_legend/article/details/7644932box2dweb. You can download it here http://code.google.com/p /box2
##4.HTML5 game development-Box2dWeb application (2)-collision and various connections
Introduction: Last time I introduced how to use box2dweb to create various rigid bodies. This time I will introduce how to drag rigid bodies with the mouse, the collision between rigid bodies, and the various interactions between rigid bodies. kind of connection. HTML5 game development - Box2d Web application (1) - Create various rigid bodies http://blog./lufy_legend/article/details/7654607 1. After dragging the rigid body with the mouse and using the lufylegend.js library, the dragging rigid body becomes It's very simple, just call LSprite's setBod
##5.
html5 Game Development-Angry Birds-Open Source Lecture (1)-Jump into the pop-up birdIntroduction: Angry Birds is a popular puzzle game. Now I try to use lufylegend library and Box2dWeb physics engine to see how to make such classic physics games 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
6.
HTML5 open source game engine lufylegend1.8.0 released##
Introduction: lufylegend is an HTML5 open source engine. It implements the development of HTML5 using ActionScript3.0-like syntax, including LSprite, LBitmapData, LBitmap, LLoader, LURLLoader, LTextField, LEvent and other AS developments. Classes that are familiar to people, supporting Google Chrome, Firefox, Opera, IE9, IOS, Android and other popular environments. You can use lufylegend to easily use object-oriented programming, and can cooperate with Box2dWeb to create physics games. In addition, it also has built-in
[Related Q&A recommendations]:
javascript - Please explain this code in box2dweb, about the implementation of gravity
The above is the detailed content of 10 recommended courses about Box2dWeb. For more information, please follow other related articles on the PHP Chinese website!