Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pe77/pkframework
https://github.com/pe77/pkframework
game-development game-framework phaser
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pe77/pkframework
- Owner: pe77
- License: mit
- Created: 2017-03-08T14:59:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T14:53:09.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T21:08:05.127Z (3 months ago)
- Topics: game-development, game-framework, phaser
- Language: TypeScript
- Size: 2.13 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PK Framework
Framework created to make life easier for game developers.
Entirely based on [phaser.io](http://phaser.i/o) html5/js game lib.>First of all: Sorry for my shitty english...
This is an **organizational framework**. Goals:
- Speed up game production
- Organize and modularize the code*keep this in mind*
While I do not finish the documentation of this part, see some [examples here](https://github.com/pe77/pkframework-examples).
Todo List
---------
- [x] Layer state code
- [x] Parallax state code (basic)
- [x] State transitions animation model
- [ ] Prefab UI Elements *(alerts, talkbox, messages)*
- [ ] Storage Data
- [ ] External API integration *(facebook, twitter, ...)*
- [ ] Export project for browser, mobiles, win .exe
- [ ] Prod / Dev env, custom configuration
- [ ] Parallax state code (advanced)
- [ ] Easy way to make multiplayer games
- [ ] Organize ideas here. Todo List *(hehe)*...
[Quick Start Guide](https://github.com/pe77/pkframework/wiki)