mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Docs update.
This commit is contained in:
parent
964e2db7da
commit
963678b65b
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -2,21 +2,21 @@
|
||||||
|
|
||||||
<img src="http://gametest.mobi/github/cab1231.png" align="right">
|
<img src="http://gametest.mobi/github/cab1231.png" align="right">
|
||||||
|
|
||||||
Phaser is a fast, free and fun open source HTML5 game framework. It uses a custom build of [Pixi.js](https://github.com/GoodBoyDigital/pixi.js/) for WebGL and Canvas rendering, across desktop and mobile web browsers. Games can be compiled to iOS, Android and desktop apps via 3rd party tools like Cordova and Electron.
|
Phaser is a fast, free, and fun open source HTML5 game framework. It uses a custom build of [Pixi.js](https://github.com/GoodBoyDigital/pixi.js/) for WebGL and Canvas rendering, and supports desktop and mobile web browsers. Games can be compiled to iOS, Android and native desktop apps via 3rd party tools. You can use JavaScript or TypeScript for development.
|
||||||
|
|
||||||
Along with the fantastic open source community, Phaser is actively developed and maintained by [Photon Storm](http://www.photonstorm.com). As a result of rapid support, and a developer friendly API, Phaser is currently one of the [most starred](https://github.com/showcases/javascript-game-engines) game frameworks on GitHub.
|
Along with the fantastic open source community, Phaser is actively developed and maintained by [Photon Storm](http://www.photonstorm.com). As a result of rapid support, and a developer friendly API, Phaser is currently one of the [most starred](https://github.com/showcases/javascript-game-engines) game frameworks on GitHub.
|
||||||
|
|
||||||
Thousands of developers worldwide use it. From indies and multi-national digital agencies, to schools and Universities. Each creating their own incredible games. Grab the source and join in the fun!
|
Thousands of developers worldwide use Phaser. From indies and multi-national digital agencies, to schools and Universities. Each creating their own incredible [games](http://phaser.io/news/games/).
|
||||||
|
|
||||||
**Visit:** The [Phaser website](http://phaser.io) and follow on [Twitter](https://twitter.com/photonstorm) (#phaserjs)<br />
|
**Visit:** The [Phaser website](http://phaser.io) and follow on [Twitter](https://twitter.com/photonstorm) (#phaserjs)<br />
|
||||||
**Learn:** [API Docs](http://phaser.io/docs), [Support Forum][forum] and [StackOverflow](http://stackoverflow.com/questions/tagged/phaser-framework)<br />
|
**Learn:** [API Docs](http://phaser.io/docs), [Support Forum][forum] and [StackOverflow](http://stackoverflow.com/questions/tagged/phaser-framework)<br />
|
||||||
**Code:** 700+ [Examples](http://phaser.io/examples) (code available in this [repo][examples])<br />
|
**Code:** 700+ [Examples](http://phaser.io/examples) (source available in this [repo][examples])<br />
|
||||||
**Read:** Weekly [Phaser World Newsletter](#phaserworld)<br />
|
**Read:** Weekly [Phaser World](#phaserworld) Newsletter<br />
|
||||||
**Chat:** [Slack](http://phaser.io/news/2015/08/phaser-slack-channel) and [#phaserio IRC channel](http://www.html5gamedevs.com/topic/4470-official-phaserio-irc-channel-phaserio-on-freenode/)<br />
|
**Chat:** [Slack](http://phaser.io/community/slack) and [IRC](http://phaser.io/community/irc)<br />
|
||||||
**Extend:** With [Phaser Plugins](http://phaser.io/shop/plugins)<br />
|
**Extend:** With [Phaser Plugins](http://phaser.io/shop/plugins)<br />
|
||||||
**Be awesome:** [Support](#support) the future of Phaser
|
**Be awesome:** [Support](#support) the future of Phaser<br />
|
||||||
|
|
||||||
------------
|
Grab the source and join in the fun!
|
||||||
|
|
||||||
## Contents
|
## Contents
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue