cypher-grid-site

Cypher Grid

Cypher Grid is a modern, mobile-first implementation of the classic strategy board game Quoridor, built with React Native and TypeScript. Challenge a friend to a game of wits and walls, where the goal is to outmaneuver your opponent and reach the other side of the board first. This project showcases a clean, component-based architecture and a polished, user-friendly interface.

Features

Technologies Used

Future Improvements

Getting Started

Running the App

The development environment is already set up with all necessary dependencies. You can start developing right away!

Android

To run your app on Android:

npm run android

iOS

To run your app on iOS (requires macOS):

npm run ios

Development

The Metro bundler will start automatically when you run the app. If you need to start it manually:

npm start

Testing and Linting

Run tests:

npm test

Run linter:

npm run lint

License

This project is open source and available under the MIT License.