1
0
Fork
You've already forked playlib
0
2D game library made for HTML Canvas! http://playlib.nikee.dev/
  • TypeScript 61.7%
  • JavaScript 23.2%
  • HTML 15.1%
2026年01月07日 08:00:18 +01:00
assets Updates for GameEngine.js! 2022年05月06日 09:42:59 +02:00
bin Updates for playlib! 2024年09月18日 12:01:39 +02:00
examples up 2024年10月13日 18:21:21 +02:00
src Updates for playlib! 2024年09月18日 12:01:39 +02:00
testing up 2024年10月13日 18:21:21 +02:00
.domains Add .domains 2026年01月07日 08:00:18 +01:00
.gitignore up 2024年09月16日 11:47:46 +02:00
.npmignore Updates for playlib! 2022年11月21日 16:19:51 +01:00
Changelog.md Updates for playlib! 2023年01月14日 15:48:01 +01:00
Changelog_for_v0.5.0.md Updates for playlib! 2022年06月19日 15:40:14 +02:00
favicon.ico up 2024年02月23日 17:07:24 +01:00
index.html up 2024年10月13日 18:21:21 +02:00
LICENSE Update LICENSE 2023年11月23日 08:57:07 +01:00
main.js up 2024年09月16日 11:47:46 +02:00
package-lock.json Updates for playlib! 2024年09月18日 12:01:39 +02:00
package.json Updates for playlib! 2024年09月18日 12:01:39 +02:00
Playlib.png up 2023年11月24日 10:26:33 +01:00
playlib_icon.png up 2024年02月23日 17:07:24 +01:00
README.md Update README.md 2024年10月25日 11:02:24 +02:00
tsconfig.json up 2023年11月24日 10:26:33 +01:00

Warning

I am no longer updating this project. The repository will still be open for changes and PRs and issue, but the actual development is set on pause for now.

Playlib: A 2D game framework made using HTML Canvas!

Changelog:

Will be later adding updated in changelog.md file

Changelog for previous biggest update 0.5.0 lies in separate .md file, where you can see all changes that happened, here is it: Changelog_for_v0.5.0.md

0.6.0 lies directly in Changelog.md as it won't make a mess anymore.

If you want to see changelog for versions released before 0.5.0, it should lie in the changelog.md file, which is this: changelog.md


Quick Setup and Start:

Quick setup for the library are now moved to: https://nikeedev.gitbook.io/playlib/, instead of being a part of README.md.


Docs:

Documentation for the library are now moved to: https://nikeedev.gitbook.io/playlib/, instead of being a part of README.md.


Examples:

All examples to current features are available on examples folder (GitHub), or on https://nikeedev.github.io/playlib


License:

This project is licensed with the MIT LICENSE. Additional info about the license and the rules are in the LICENSE file.