https://github.com/notchris/phaser-arcade-sat
SAT Collisions for Phaser3 Sprites
https://github.com/notchris/phaser-arcade-sat
collision phaser phaser3 plugin polygon sat slope
Last synced: 4 months ago
JSON representation
SAT Collisions for Phaser3 Sprites
- Host: GitHub
- URL: https://github.com/notchris/phaser-arcade-sat
- Owner: notchris
- Created: 2019-09-02T20:18:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T04:08:32.000Z (over 3 years ago)
- Last Synced: 2025-11-30T01:53:40.208Z (6 months ago)
- Topics: collision, phaser, phaser3, plugin, polygon, sat, slope
- Language: JavaScript
- Homepage:
- Size: 1.47 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phaser-sat
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).