An open API service indexing awesome lists of open source software.

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

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`