Skip to content

phinajs/phina.js

Repository files navigation

phina.js

Join the chat at https://gitter.im/phi-jp/phina.js

image

phina.js is game library.

Official

http://phinajs.com

Usage

Browser

<script src='https://rawgit.com/phi-jp/phina.js/v0.1.2/build/phina.js'></script>
<script>
phina.main(function() {
  console.log(phina.VERSION) // show version
});
</script>

Node.js

var phina = require('phina.js');
console.log(phina.VERSION) // show version

Runstant

Getting started

for developer

clone

$git clone https://github.com/phi-jp/phina.js.git
$cd phina.js

setup

$npm install -g gulp
$npm install

build

$gulp

develop

watch and launch

$gulp dev

LICENSE

MIT