Mobile adaptation of the hidden identity party game 'Secret Hitler'.
Frontend created in React Native and Redux using the CRNA structure.
The project is still in development.
Clone the repository, navigate to the app's main directory and install the dependencies by running 'npm install'.
To run the app, enter 'yarn start' in your terminal.
yarn install
yarn start
This app runs on Expo, to view it ob the mobile, install and open it in the Expo app. Alternatively, install the Expo XDE interface and run it in a mobile simulator.
Clone the Secret Hitler backend repository, navigate to the app's main directory and install the dependencies by running 'npm install'.
To run the app, enter 'yarn start' in your terminal.
yarn install
yarn dev
Secret Hitler mobile recreates the board game's experience straight from your mobile device.
This game is designed to be played by 5 to 6 people.
After launching the app, one player initiates the game by clicking the 'Create' button on the home screen. The initiator will be assigned a room number to be copied and shared with the rest of the party.
Then, the remaining 4 to 5 players may click on the 'Join' button and insert the room id to join the game. Once there are enough players to start the game, the initiator can press 'Start' to begin playing.
Each player will then be assigned their secret role and will be redirected and navigated through the rest of the game play.
Let the betrayal begin!
The game is still in development and will shortly introduce new features and allow players to partake in a unique party game experience.
This project was bootstrapped with Create React Native App.
Kryshlynn Florante Diego Hernandez Lucie Joncourt
This project is licensed under the MIT License - see the LICENSE.md file for details