React Native Game Engine Handbook ยท
A React Native app showcasing some examples using the lightweight react-native-game-engine library.
Quick Start Expo (iOS and Android)
npm install -g expo-cli
git clone https://github.com/bberak/react-native-game-engine-handbook.git
cd react-native-game-engine-handbook
npm install
npm run start
# Then follow the Expo prompts to run on a device or simulator
For an even quicker start, download the Expo Go app and scan this QR code with your mobile device.
Pull Often!
The Handbook app will be updated with new examples and content from time to time - so make sure you do a git pull
every now and then to get the latest and greatest.
Contribute
If you've created an interesting example, scene or even want to contribute (or start) a chapter - please get in touch and we'll get your ideas merged into the master branch.
License
MIT License
Copyright (c) 2017 Boris Berak
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.