Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucaspereirasouzat/snake-game
https://github.com/lucaspereirasouzat/snake-game
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucaspereirasouzat/snake-game
- Owner: lucaspereirasouzat
- Created: 2020-03-22T19:44:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T19:46:20.000Z (almost 5 years ago)
- Last Synced: 2024-06-09T17:35:26.628Z (7 months ago)
- Language: JavaScript
- Size: 4.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake
Snake built with react-native-game-engine
**Running the project**
1. `npm install`
2. `cd ios && pod install && cd ..`
3. `react-native run-ios`**How it looks like**
**Video Walkthrough:**
[Watch on YouTube](https://www.youtube.com/watch?v=kIe2KHTSJTk)**Blog Post:**
[Read on Medium](https://medium.com/@tamasszikszai/building-snake-with-react-native-game-engine-bbc8abfdebda)