https://github.com/PaperStar/paper-star
《纸飞机的星际冒险》
https://github.com/PaperStar/paper-star
cocos-creator game wechat-mini-game
Last synced: 3 months ago
JSON representation
《纸飞机的星际冒险》
- Host: GitHub
- URL: https://github.com/PaperStar/paper-star
- Owner: PaperStar
- Created: 2017-12-25T06:32:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T03:18:31.000Z (about 1 year ago)
- Last Synced: 2024-10-29T15:49:11.727Z (8 months ago)
- Topics: cocos-creator, game, wechat-mini-game
- Language: TypeScript
- Homepage: https://paperstar.yunle.fun/paper-star/
- Size: 5.46 MB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome - PaperStar/paper-star - 《纸飞机的星际冒险》 (TypeScript)
- awesome - PaperStar/paper-star - 《纸飞机的星际冒险》 (TypeScript)
README
# Paper Star
《纸飞机的星际冒险》
> A web game about paper plane. Let's start!
[Design Docs](docs/PaperStar-design.md)
## Function
## Intend
- [ ] Upgrade to Cocos Creator v2.0
- Battle Logic
- Prop
- Foe Damage
- generate Random Planet
- Enemy
- Floating Air Carrier (release simple black paper plane)
- Black Bomber
- [ ] Analytics
- [ ] Add Cocos Analytics
- [ ] Move game design docs to [GDD](https://github.com/PaperStar/GDD)### Wechat Game
- [ ] Wechat API ([wx-sub](https://github.com/PaperStar/wx-sub))
### UI
- [ ] Planet style button with glow fx
- [ ] Custom draw paper plane## BUG
- [ ] Use `cc.director.pause()` to pause, button can respond, but scale effect disabled.
- [ ] Upgrade to 2.x: Wrong coordinate system## Dev
### Download
Install `git-lfs`
#### Windows
```sh
git lfs install
```#### macOS
```sh
brew install git-lfs
```---
```sh
git clone https://github.com/PaperStar/paper-star.git
```### Lint
```sh
pnpm i
# lint
# eslint assets/scripts
npm run lint --fix
```## Reference
- [cocos-tutorial-airplane](https://github.com/cocos/cocos-tutorial-airplane/)
- [tutorial-dark-slash](https://github.com/cocos-creator/tutorial-dark-slash)
- [aircraft_war](https://github.com/A123asdo11/aircraft_war)