/Hangman

Primary LanguageJavaScriptMIT LicenseMIT

Hangman

img1
img2

One of the most popular games we played as kids🧒 was Hangman. Whenever we have free time, let's spend it with our cousins or friends 🤝, one of the first games that came to mind was hangman. In fact, this was one of the games/activities with word-related topics of a subject to go when the teachers thought of a fun activity to conduct in class while keeping the silence and decorum of the room.

Requirements

How to Setup**

1. Run the following command at your desired project root location after installing NodeJS

npx create-expo-app Hangman

2. Navigate to Hangman folder

cd Hangman

3. Install the required packages

npx expo install @react-native-async-storage/async-storage

npx expo install @react-native-masked-view/masked-view

npx expo install @react-navigation/stack

npx expo install expo-asset

npx expo install expo-font

npx expo install expo-splash-screen

npx expo install expo-status-bar

npx expo install react-native-animatable

npx expo install react-native-gesture-handler

npx expo install react-native-svg

4. Dowload the zip file of Hangman github repository

5. Unzip the downloaded file at any location expect the project root folder

6. Copy all files and folders from the extracted folder(folder 'mockups' and file 'requirements.txt' is opyional) and paste it in your project folder 'Hangman'. If 'File name already exits' error occured then click on replace files.

7. Now open terminal at the project folder 'Hangman' location and run the expo project.

You can run the expo project by running the following command

npx expo run

refer Run the app on mobile and web