https://github.com/codeandweb/cocos2d-physics-example
https://github.com/codeandweb/cocos2d-physics-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeandweb/cocos2d-physics-example
- Owner: CodeAndWeb
- Created: 2014-04-10T09:26:54.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T12:36:57.000Z (over 2 years ago)
- Last Synced: 2025-03-18T18:54:08.430Z (over 1 year ago)
- Language: Objective-C
- Size: 6.13 MB
- Stars: 10
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cocos2d Physics Demo
This is the source code for the [Cocos2d Physics Tutorial](https://www.codeandweb.com/physicseditor/tutorials/cocos2d-physics-tutorial) by CodeAndWeb.
## Checking out the source code
Cocos2d is integrated as git submodule - this makes updating cocos2d to a newer version easy.
When cloning the project use the following command line - this will automaticall load all depencencies:
```
git clone --recursive https://github.com/CodeAndWeb/cocos2d-physics-example
```
