Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duffn/oh-balls
A simple draw and match game, with a twist.
https://github.com/duffn/oh-balls
game game-development gamedev html5 phaser phaser3 phaserjs
Last synced: about 1 month ago
JSON representation
A simple draw and match game, with a twist.
- Host: GitHub
- URL: https://github.com/duffn/oh-balls
- Owner: duffn
- License: gpl-3.0
- Created: 2024-12-10T22:03:00.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-10T22:05:24.000Z (about 1 month ago)
- Last Synced: 2024-12-14T18:56:48.247Z (about 1 month ago)
- Topics: game, game-development, gamedev, html5, phaser, phaser3, phaserjs
- Language: TypeScript
- Homepage: https://duffn.itch.io/oh-balls
- Size: 11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oh, balls
This is a Phaser 3 game written for the [12 Seconds of Christmas](https://itch.io/jam/12-seconds-of-christmas-game-jam-2024) game jam.
This is my first game jam game and, actually, my first ever game.
## Playing the game
[https://duffn.itch.io/oh-balls](https://duffn.itch.io/oh-balls)
## Attributions
- Christmas ornament sprites - [Wenrexa](https://wenrexa.itch.io/christmasballs)
- Sprite sheet generation - [imkuut](https://kuut.xyz/spritesheet/)
- Background - [Freepik](https://www.freepik.com/free-vector/watercolor-christmas-background_10368780.htm#fromView=search&page=1&position=29&uuid=e8b1649d-92fe-45a4-94a4-f863e0426d83)
- Music - [OpenGameArt - Alex McCulloch](https://opengameart.org/content/christmas-special-3)
- Match sound effect - [OpenGameArt - ViRiX Dreamcore](https://opengameart.org/content/ui-and-item-sound-effect-jingles-sample-2)
- Draw and match class - [Emanuele Feronato](https://www.emanueleferonato.com/2023/08/25/pure-typescript-class-with-no-depencencies-to-handle-draw-and-match-games-in-just-a-few-lines-full-phaser-example/)
- WebFontLoader class - [Tommy Leung](https://blog.ourcade.co/posts/2020/phaser-3-google-fonts-webfontloader/)
- Phaser 3 TypeScript boilerplate - [Digit Sensitive](https://github.com/digitsensitive/phaser3-typescript)
- Speaker icons - [icons8](https://icons8.com)
- Reset sound effect - [Universfield - pixabay](https://pixabay.com/users/universfield-28281460/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=199276)## License
[GNU GPL v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text)