1.0.0 • Published 5 years ago

highfive.js v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

highfive.js

html5/js game engine

Install with npm

$ npm install --save highfive.js

Usage

Add a <script> to your index.html

<script src="node_modules/highfive.js/dist/highfive.js"></script>

to reference a minified version use node_modules/highfive.js/dist/h5-min.js instead.

Separate source files

To directly work with the source files, you can copy all given <script> tags from node_modules/highfive.js/dist/index.html.

highfive.js/
├── dist/
│   ├── h5-min.js
│   ├── highfive.js
│   └── index.html  <-- all script references to 'src/' files
└── src/

Alternatives

1.0.0

5 years ago

0.24.0

5 years ago

0.23.0

6 years ago

0.22.1

6 years ago

0.22.0

6 years ago

0.21.0

6 years ago

0.20.0

6 years ago

0.19.0

7 years ago

0.18.0

7 years ago

0.18.0-SNAPSHOT

7 years ago

0.17.1

7 years ago

0.17.0

7 years ago