10000 GitHub - adityaaw/timeless-snake: Inspired by the original snake game from the Nokia 6110 for Android & iOS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

adityaaw/timeless-snake

Repository files navigation

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

npm install

Compile and Hot-Reload for Expo Go

npx expo start

Compile and Hot-Reload for Development

npx expo run:android | npx expo run:ios
0