@zimjs/game
v2.8.6
Published
Game module for ZIM JavaScript Canvas Framework
Downloads
23
Maintainers
Readme
ZIM Game is a helper module for the ZIM JavaScript Canvas Framework at https://zimjs.com. The module includes the following classes:
- LeaderBoard https://zimjs.com/leaderboard
- Board https://zimjs.com/iso/
- Person, Tree, Orb
- Timer
- Scorer
- Dialog https://zimjs.com/nft/bubbling/dialog.html
ZIM already comes with many features for games as described in the ZIM Games. Open the MORE section:
- one-line drag-and-drop
- MotionController https://zimjs.com/controller
- Multiple HitTests
- Sprites (plus Dynamo and Accelerator)
- Scroller
- Parallax
- Physics https://github.com/danzen/zim-physics
- AudioSprites
- Interfaces (dpad, radialmenu, buttons, slider, dials, etc.)
Plus all the conveniences, components and controls of general Interactive Media.
import zim from "https://zimjs.org/cdn/016/zim_game";
import zim from "zimjs"
import { Board, Scorer, Timer, Dialog } from "@zimjs/game"