JavaScripting

The definitive source of the best
JavaScript libraries, frameworks, and plugins.


  • ×

    phina.js is game library
    Filed under 

    • 🔾31%Overall
    • 308
    • 25.4 days
    • 🕩48
    • 👥12

    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

    Show All