Skip to content

๐Ÿ‘พA cross-platform video game built with Expo, three.js, and Firebase! ๐ŸŽฎ๐Ÿ•น

License

Notifications You must be signed in to change notification settings

seacloud9/Expo-Pillar-Valley

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

65 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Immerse yourself in a suave world of zen

Demo: https://expo.io/@bacon/pillar-valley

Read about my process: https://blog.expo.io/building-a-connected-game-with-expo-f09295c512a9?source=linkShare-16b715de038f-1516680763

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

Preview

Play in the Browser

You can play in any browser here ๐Ÿ‘‰ Cyber Web

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 ๐Ÿฅž

About

๐Ÿ‘พA cross-platform video game built with Expo, three.js, and Firebase! ๐ŸŽฎ๐Ÿ•น

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.7%
  • HTML 7.1%
  • Other 0.2%