Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adwardstark/timeless-snake
Inspired by the original snake game from the Nokia 6110 for Android & iOS
https://github.com/adwardstark/timeless-snake
android expo expo-app game ios mobile-game react-native react-native-app snake-game typescript
Last synced: 9 days ago
JSON representation
Inspired by the original snake game from the Nokia 6110 for Android & iOS
- Host: GitHub
- URL: https://github.com/adwardstark/timeless-snake
- Owner: adwardstark
- License: mit
- Created: 2024-06-18T10:02:31.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-05T08:01:17.000Z (5 months ago)
- Last Synced: 2024-10-18T12:57:45.061Z (about 1 month ago)
- Topics: android, expo, expo-app, game, ios, mobile-game, react-native, react-native-app, snake-game, typescript
- Language: TypeScript
- Homepage: https://play.google.com/store/apps/details?id=com.adwardstark.timelesssnake&hl=en
- Size: 244 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# timeless-snake
This is classic snake game inspired by the Nokia 6110, a nostalgic favourite that many of us played as children. It brings back the simple yet addictive gameplay that captivated millions. Built with React Native & Typescript.
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Expo Go
```sh
npx expo start
```### Compile and Hot-Reload for Development
```sh
npx expo run:android | npx expo run:ios
```