https://github.com/bokuweb/bmsjs
browser bms player project.
https://github.com/bokuweb/bmsjs
Last synced: about 1 year ago
JSON representation
browser bms player project.
- Host: GitHub
- URL: https://github.com/bokuweb/bmsjs
- Owner: bokuweb
- Created: 2015-05-20T03:05:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:26:41.000Z (over 2 years ago)
- Last Synced: 2024-10-04T20:12:14.063Z (over 1 year ago)
- Language: CoffeeScript
- Homepage: http://bokuweb.github.io/bmsjs
- Size: 352 MB
- Stars: 36
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## bmsjs

*** work in progress ***
browser bms player project.
### Dependencies
* cocos2d-JS Full v3.6.1
* CoffeeScript v1.9.2
* Gulp v3.8.11
* bower v1.3.12
### Installation
1. Install cocos2d-JS
download here cocos2d-JS v3.6.1, and run ```setup.py```.
http://www.cocos2d-x.org/download
2. Create cocos2d-JS project
```
cocos new bmsjs -l js -d .
```
3. Clone this repository and overwrite to bmsjs(cocos2d-JS project) directory
4. Install packages
```
npm i
bower i
```
5. Build app
build *.coffee to main.js
```
gulp build
```
6. Run on browser
```
cocos run -p web
```
### Run test
#### Run test on PhantomJS
```
gulp test
```
#### Run test on your browser
```
gulp build
```
Access ```test/runner.html```.
### Online demo
http://bokuweb.github.io/bmsjs
### License

Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)