Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiperbou/kotlin-phaser
Use Kotlin and Phaser 2D game framework for making HTML5 games.
https://github.com/hiperbou/kotlin-phaser
canvas game kotlin phaser webgl
Last synced: 4 months ago
JSON representation
Use Kotlin and Phaser 2D game framework for making HTML5 games.
- Host: GitHub
- URL: https://github.com/hiperbou/kotlin-phaser
- Owner: hiperbou
- License: mit
- Created: 2016-12-30T21:33:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T16:23:37.000Z (about 1 year ago)
- Last Synced: 2024-09-29T23:40:10.185Z (4 months ago)
- Topics: canvas, game, kotlin, phaser, webgl
- Language: Kotlin
- Homepage:
- Size: 2.47 MB
- Stars: 56
- Watchers: 8
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kotlin Phaser
Definitions, extensions and examples to use Phaser with Kotlin.
Go to https://hiperbou.github.io/kotlin-phaser-examples/ to see the examples online.Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering. http://phaser.io
Updated to Kotlin 1.7.10
Uses Phaser 2.6.2
![](https://github.com/hiperbou/kotlin-phaser/blob/master/screenshot/kotlinphaser.jpg)
To test examples: Download the example assets from https://github.com/hiperbou/kotlin-phaser-examples/archive/refs/heads/master.zip and Copy the the "assets" folder into "examples/src/main/resources"