https://github.com/calebnance/react-native-phaser
Expo SDK 32.0 - Phaser
https://github.com/calebnance/react-native-phaser
Last synced: 10 months ago
JSON representation
Expo SDK 32.0 - Phaser
- Host: GitHub
- URL: https://github.com/calebnance/react-native-phaser
- Owner: calebnance
- Created: 2018-03-01T04:48:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T04:03:54.000Z (over 7 years ago)
- Last Synced: 2025-01-22T21:15:02.642Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 141 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native / Phaser
Testing out porting over what Phaser work I did for the web ([my blog tutorials start here](https://blog.calebnance.com/phaser/simple-canvas-start.html)) to React Native with the Expo Phaser fork!
## Table of Contents
#### Overview
- [Tutorials and Tags](#tutorials-and-tags)
#### Dev Notes
- [Installation](#installation)
## Overview
### Tutorials and Tags
* Blog posts and their accompanied tag
* Tutorial 1: [Simple Canvas](https://blog.calebnance.com/phaser/simple-canvas-start.html) - [Tag: 0.0.1](https://github.com/calebnance/react-native-phaser/releases/tag/0.0.1)
* Tutorial 2: [Tilemap](https://blog.calebnance.com/phaser/tilemap.html)
* Tutorial 3: [Camera Move](https://blog.calebnance.com/phaser/camera-move.html)
* Tutorial 4: [Adding A Sprite](https://blog.calebnance.com/phaser/adding-a-sprite.html)
## Dev Notes
### Installation
* Add **expo-phaser** [github.com/expo/expo-phaser](https://github.com/expo/expo-phaser)
* `yarn add expo-phaser`