Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanbacon/expo-nitro-roll
A cross-platform video game built with Expo and three.js!
https://github.com/evanbacon/expo-nitro-roll
android expo exponent game gamekit ios javascript-game react-native threejs
Last synced: 3 months ago
JSON representation
A cross-platform video game built with Expo and three.js!
- Host: GitHub
- URL: https://github.com/evanbacon/expo-nitro-roll
- Owner: EvanBacon
- Created: 2018-01-17T22:28:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T04:47:15.000Z (over 3 years ago)
- Last Synced: 2024-05-02T02:19:14.383Z (9 months ago)
- Topics: android, expo, exponent, game, gamekit, ios, javascript-game, react-native, threejs
- Language: JavaScript
- Homepage: https://expo.io/@bacon/nitroroll
- Size: 18.7 MB
- Stars: 15
- Watchers: 5
- Forks: 3
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expo Nitro Run
### Roll through the nitro-sonic Voidiverse avoiding the Bleaqaulizers!
**Demo: https://expo.io/@bacon/nitroroll**
[![Twitter](https://img.shields.io/badge/[email protected]?maxAge=2592000)](http://twitter.com/baconbrix)
[![Twitter](https://img.shields.io/badge/twitter-@expo_io-4039E2.svg?maxAge=2592000)](http://twitter.com/expo_io)### Installation
Add then create the **Secret.js** which will contain your firebase config.
```bash
touch ./ExpoParty/Secret.js
```Then go to the [Firebase Console](https://console.firebase.google.com) and create a **Web App**.
Here is an example of what your Secret.js file should look like:
This one totally works but eventually it'll hit the rate limit.**Secret.js**
```js
export default {
apiKey: "AIzaSyAfgPq82VdNqEZ8hqnOvYdD7kSPiFK9W1k",
authDomain: "keira-knightley-51df6.firebaseapp.com",
databaseURL: "https://keira-knightley-51df6.firebaseio.com",
projectId: "keira-knightley-51df6",
storageBucket: "keira-knightley-51df6.appspot.com",
messagingSenderId: "628588079444"
};
```Now you can install the packages and run the expo project! 💙💙💙
```bash
yarn && exp start
```### iOS
### Android
### Download on iOS
The lovely iOS version can be found here 👉 [App Store](https://itunes.apple.com/us/app/nitro-roll/id1336537624?mt=8)
### Download on Android
The beautiful Android version can be found here 👉 [Play Store](https://play.google.com/store/apps/details?id=com.evanbacon.nitroroll).
### Stack
- [Expo](http://expo.io)
- [THREE.js](https://threejs.org/)