All Projects โ†’ EvanBacon โ†’ Expo-Nitro-Roll

EvanBacon / Expo-Nitro-Roll

Licence: other
A cross-platform video game built with Expo and three.js!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Expo-Nitro-Roll

Expo Three
Utilities for using THREE.js on Expo
Stars: โœญ 432 (+2600%)
Mutual labels:  threejs, javascript-game, expo
Expo Crossy Road
๐Ÿฅ๐Ÿš™ Crossy Road game clone made in Expo (iOS, Android, web), THREE.js, Tween, React Native. ๐Ÿ”
Stars: โœญ 701 (+4281.25%)
Mutual labels:  threejs, expo
Wizardwarz
WebGL Multiplayer game with NodeJS backend
Stars: โœญ 270 (+1587.5%)
Mutual labels:  threejs, javascript-game
Lego Expo
Play with Lego bricks anywhere using Expo
Stars: โœญ 65 (+306.25%)
Mutual labels:  threejs, expo
react-native-tap-tile-game
An awesome TapTile Game built usign create-react-native-app
Stars: โœญ 44 (+175%)
Mutual labels:  exponent, expo
expo-three-orbit-controls
๐ŸŽฅ Three.js Orbit Controls (Camera) bridged into React Native
Stars: โœญ 43 (+168.75%)
Mutual labels:  threejs, expo
Sunset Cyberspace
๐ŸŽฎ๐Ÿ‘พRetro-runner Game made in Expo, Three.js, OpenGL, WebGL, Tween. ๐Ÿ•น
Stars: โœญ 54 (+237.5%)
Mutual labels:  threejs, expo
Mage
Mage is a 3D Game Engine, built on top of THREE.js. It features Unity-like scripting, AMMO.js powered physics workers, an Infernojs powered UI and a clean API. Under (very) active development.
Stars: โœญ 76 (+375%)
Mutual labels:  threejs, javascript-game
Pillar Valley
๐Ÿ‘พA cross-platform video game built with Expo, three.js, and Firebase! ๐ŸŽฎ๐Ÿ•น
Stars: โœญ 242 (+1412.5%)
Mutual labels:  threejs, expo
Expo Voxel
๐ŸŽฎ๐ŸŒณ Voxel Terrain made in React Native. โˆ›
Stars: โœญ 169 (+956.25%)
Mutual labels:  threejs, expo
Expo Chroma Key Camera
Live green-screen effect with Expo and THREE.js
Stars: โœญ 28 (+75%)
Mutual labels:  threejs, expo
expo-deploy
Bash script to deploy to different Expo environments (https://expo.io)
Stars: โœญ 40 (+150%)
Mutual labels:  exponent, expo
Expo Three Demo
๐ŸŽ๐Ÿ‘ฉโ€๐Ÿซ Collection of Demos for THREE.js in Expo!
Stars: โœญ 76 (+375%)
Mutual labels:  threejs, expo
expo-rn-firebase-image-upload
example of how to upload image in expo with react-native and firebase
Stars: โœญ 47 (+193.75%)
Mutual labels:  exponent, expo
expo-three-template
Template for building three.js apps in expo
Stars: โœญ 12 (-25%)
Mutual labels:  threejs, expo
aframe-globe-component
3D Globe data visualization component for A-Frame
Stars: โœญ 27 (+68.75%)
Mutual labels:  threejs
RN-Book-Search
A Book search app using Expo (React Native) and Google Books API
Stars: โœญ 29 (+81.25%)
Mutual labels:  expo
awesome-threejs
ๆœ้›†ๅนถๅญฆไน threejs็š„็›ธๅ…ณ็Ÿฅ่ฏ†ๆ€ป็ป“ใ€Demoใ€็ซ™็‚นใ€ไนฆ็ฑ็ญ‰ใ€‚
Stars: โœญ 96 (+500%)
Mutual labels:  threejs
apate-ar
Framwork for environment aware AR with occlusion, lighting PBR rendering, physics support (cannon.js), based on three.js
Stars: โœญ 77 (+381.25%)
Mutual labels:  threejs
AutoTrimps
AutoTrimps - Zek
Stars: โœญ 37 (+131.25%)
Mutual labels:  javascript-game

Expo Nitro Run

Roll through the nitro-sonic Voidiverse avoiding the Bleaqaulizers!

Demo: https://expo.io/@bacon/nitroroll

Twitter Twitter

Installation

Add then create the Secret.js which will contain your firebase config.

touch ./ExpoParty/Secret.js

Then go to the Firebase Console 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

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! ๐Ÿ’™๐Ÿ’™๐Ÿ’™

yarn && exp start

iOS

Android

Download on iOS

The lovely iOS version can be found here ๐Ÿ‘‰ App Store

Download on Android

The beautiful Android version can be found here ๐Ÿ‘‰ Play Store.

Stack

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].