Skip to content
phina.js is game library
JavaScript HTML
Find file
Latest commit a4e78d8 @phi-jp build
Failed to load latest commit information.
assets Merge branch 'hotfix/managerscene' into develop
build build
examples fix sound manager
src bugfix cusor
test fix draggable
.gitignore fix ignore
README.md Update README.md
bower.json fix gulp
gulpfile.js fix `use strict`
index.html fix top page
logo.png fix logo
package.json fix

README.md

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
Something went wrong with that request. Please try again.