Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bberak/react-native-game-engine-handbook
A React Native app showcasing some examples using react-native-game-engine ๐โจ
https://github.com/bberak/react-native-game-engine-handbook
game-2d game-development game-engine react react-native
Last synced: 5 days ago
JSON representation
A React Native app showcasing some examples using react-native-game-engine ๐โจ
- Host: GitHub
- URL: https://github.com/bberak/react-native-game-engine-handbook
- Owner: bberak
- License: mit
- Created: 2017-09-07T10:42:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T00:20:35.000Z (11 months ago)
- Last Synced: 2024-12-27T16:08:43.209Z (12 days ago)
- Topics: game-2d, game-development, game-engine, react, react-native
- Language: JavaScript
- Homepage:
- Size: 5.4 MB
- Stars: 604
- Watchers: 22
- Forks: 86
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native Game Engine Handbook ยท [![mit license](https://img.shields.io/badge/license-MIT-50CB22.svg)](https://opensource.org/licenses/MIT)
A React Native app showcasing some examples using the lightweight [react-native-game-engine](https://github.com/bberak/react-native-game-engine) library.
## Quick Start Expo (iOS and Android)
```
npm install -g expo-cligit 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](https://expo.dev/client) and scan this [QR code with your mobile device](https://expo.dev/@bberak/react-native-game-engine-handbook).
## 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.