Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/littledivy/phaser-girl
Me trynna enter the gaming territory using Phaser3 :smile:
https://github.com/littledivy/phaser-girl
2d css game game-development game-engine html js phaser phaser3 phaserjs
Last synced: about 1 month ago
JSON representation
Me trynna enter the gaming territory using Phaser3 :smile:
- Host: GitHub
- URL: https://github.com/littledivy/phaser-girl
- Owner: littledivy
- Created: 2020-03-24T09:03:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T09:09:20.000Z (almost 5 years ago)
- Last Synced: 2024-10-24T00:10:58.815Z (3 months ago)
- Topics: 2d, css, game, game-development, game-engine, html, js, phaser, phaser3, phaserjs
- Language: HTML
- Homepage:
- Size: 6.69 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playing with Sprites and Animation in Phaser 3
## Basically working with concepts like:
* Multiple images sprite animation (not properly documented in the docs)
* Input handling (keyboard)
* Basic arcade physics and collider
* Gravity
* Velocity
* Looping animation with
`repeat: -1`