U-Balda Game

It's a simple pet project to learn more about React, React Native, and MobX. It's an attempt to implement a classic Russian word game "Balda".

The project is developed with the great Expo toolkit.

How to run it

Clone, install dependencies, run it. You need node, yarn or npm (whichever you prefer) on your development machine, and Expo app installed to your phone (to run it on a real device over the local network, and play with the code if you want).

You can read more about Expo here, but basically after you installed prerequisites you can simply run:

$ yarn start

It will open a browser with development console and QR code. Just open camera, put QR in frame and it will ask you if you want to open it in Expo app.

GitHub