Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EvanBacon/Expo-Crossy-Road
🐥🚙 Crossy Road game clone made in Expo (iOS, Android, web), THREE.js, Tween, React Native. 🐔
https://github.com/EvanBacon/Expo-Crossy-Road
android clone cross-platform crossy-road expo exponent frogger game ios javascript opengl react-native react-navigation react-navigation-demo reactjs redux threejs tutorial tween webgl
Last synced: 3 months ago
JSON representation
🐥🚙 Crossy Road game clone made in Expo (iOS, Android, web), THREE.js, Tween, React Native. 🐔
- Host: GitHub
- URL: https://github.com/EvanBacon/Expo-Crossy-Road
- Owner: EvanBacon
- License: mit
- Created: 2017-05-15T05:12:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T03:24:28.000Z (about 2 years ago)
- Last Synced: 2024-05-11T17:30:54.161Z (6 months ago)
- Topics: android, clone, cross-platform, crossy-road, expo, exponent, frogger, game, ios, javascript, opengl, react-native, react-navigation, react-navigation-demo, reactjs, redux, threejs, tutorial, tween, webgl
- Language: JavaScript
- Homepage: https://crossyroad.netlify.com
- Size: 23.4 MB
- Stars: 966
- Watchers: 26
- Forks: 154
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - Expo-Crossy-Road
README
[![Expo](/.style/header.png)](https://crossyroad.netlify.com/)
Try in the Browser
|
Check out my youtube channel
---This is **strictly** for educational purposes only. (plz don't sue me)
## Models
I created the models using the open source project [MagicaVoxel](https://ephtracy.github.io/).
All of the characters are based on other open source developers:
- Wheeler: [Ken Wheeler](https://twitter.com/ken_wheeler)
- Avocoder: [Lydia Hallie](https://twitter.com/lydiahallie)
- Palmer: [Jared Palmer](https://twitter.com/jaredpalmer)
- Brent: [Brent Vatne](https://twitter.com/notbrent)
- Juwan: [Juwan Wheatley](https://twitter.com/FiberJW)
- Bacon: [Evan Bacon](https://twitter.com/baconbrix)If you'd like to see someone else in the game, please open an issue!
![Why did the chicken cross the road? Because, yolo](https://media.giphy.com/media/UAxmnxRLkmHEQ/200w_d.gif?raw=true 'Preview Gif 😀 ...I love you')
[![reactnative.gallery](https://img.shields.io/badge/reactnative.gallery-%F0%9F%8E%AC-green.svg)](https://reactnative.gallery)
## Performance
Learn about how I made this game perform well in the browser: [performance](performance.md).
## Stack
- [Expo](http://expo.io) (ios, android, web)
- [React Native for web](https://baconbrix.gitbook.io/react-native-web/) (web)
- [React Native](http://reactnative.dev/) (ios, android)
- [THREE.js](https://threejs.org/) for rendering
- [GSAP](https://greensock.com/) for animating
- [Webpack](https://www.npmjs.com/package/@expo/webpack-config)## Disclaimer
I am in no way associated with Hipster Whale.
I am using this copyrighted work under the [fair use/educational purpose doctrine](http://fairuse.stanford.edu/overview/academic-and-educational-permissions/non-coursepack/). For **free** community education.
## License
The game's source code is made available under the [MIT license](LICENSE). Some of the dependencies are licensed differently, with the BSD license, for example.
---