Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.

dark dark

## 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
```