Skip to content

manuindersekhon/snake-game-RNWeb

Repository files navigation

Snake Game

A simple snake game designed in react native that works both on mobile platform and web platform using react-native-web.

Inspired by Snake Game in flutter web by Suresh Konakanchi


Demo

Installation

  • Install yarn package manager
  • Clone the repo
$git clone https://github.com/ManuSekhon/snake-game-RNWeb.git
$cd snake-game-RNWeb
$yarn install
$yarn web
  • Expo development tools should be up and running now.

Running on mobile device

  • Install expo app on your mobile device.
  • Connect to same WiFi network.
  • Open the app and scan QR code shown in expo development tools.
  • App should be up and running on mobile device.

Built With

Expo 33

Acknowledgements