https://github.com/florianvazelle/phaser3-vjoy-plugin-demo
Demonstration of Virtual Joystick plugin for Phaser3
https://github.com/florianvazelle/phaser3-vjoy-plugin-demo
joystick phaser phaser3 phaser3-example phaser3-plugin
Last synced: about 1 month ago
JSON representation
Demonstration of Virtual Joystick plugin for Phaser3
- Host: GitHub
- URL: https://github.com/florianvazelle/phaser3-vjoy-plugin-demo
- Owner: florianvazelle
- Created: 2021-02-18T12:44:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T21:21:23.000Z (about 3 years ago)
- Last Synced: 2025-02-12T11:14:49.347Z (3 months ago)
- Topics: joystick, phaser, phaser3, phaser3-example, phaser3-plugin
- Language: JavaScript
- Homepage: https://github.com/florianvazelle/phaser3-vjoy-plugin
- Size: 230 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phaser3-vjoy-plugin-demo
## Build
### Install dependencies
```javascript
npm run install
```### Compiles and hot-reloads for development
```javascript
npm run dev
```### Compiles and minifies for production
```javascript
npm run build
```