Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 537 Bytes

File metadata and controls

26 lines (16 loc) · 537 Bytes

2048

This is a simple implementation of the classic 2048 puzzle built with Expo and React Native.

Prerequisites

  • Node.js installed on your machine
  • npm (comes with Node.js)

Installation

Install the project dependencies:

npm install

Running the game

Start the Expo development server:

npm run dev

Expo will provide instructions in the terminal for running the app on a simulator or a physical device. For more details on using Expo, see the official documentation.