Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 600 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 600 Bytes

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