Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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/)