Skip to content

wilkyrlx/androids-within

Repository files navigation

Androids Within

Androids Within is a social deduction game designed by Dave Wilkinson. With 19 gamemodes allowing for games of 5 to 10 players, Androids Within is a game that can be played over and over again. Although the game has an online component, it is designed to be played in person.

How to Play

Every player should have a device with a web browser.

The game leader should start a game by going to https://android-game-83d73.web.app/ and selecting the create game button. After entering the exact number of players playing the game, they will be given a room code. Afterwards, the game leader will be able to choose one of the available gamemodes.

The other players should go to the same website and select the join game button. They should enter the room code given to them by the game leader.

Once all players have joined, players will receive their roles and the game will begin. Keep these secret! The game leader will be able to see all roles on their device after the game has concluded. After, the game leader can choose a new gamemode and start a new game (although please note that the game must have the same group of players).

Troubleshooting

Please report any bugs to John Wilkinson (developer) or Dave Wilkinson (game designer).

Add a new game

  1. Add a new game mode to src/games/
  2. Add that game mode to src/games/allGamemodes.json
  3. Add that game mode to src/games/gameExports.js
  4. Add a switch case for that game mode to src\utils\gamemodeSelector.ts

Run Locally and Build for Deployment

  1. Install Node.js
  2. Clone this repository
  3. Run npm install in the root directory
  4. Create firebase.js in src/utils/ with your firebase config. Should look like dummyFirebase.js
  5. Run npm start to run locally
  6. Run npm run build to build for deployment
  7. Install Firebase CLI
  8. Deploy the contents of the build folder to firebase using firebase deploy

Deploy Notes

Last deployed: 2024-01-03 6:00 PM EST Last database cleanse: 2023-01-03

About

app for the Androids Within game by Dave Wilkinson

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published