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.
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).
Please report any bugs to John Wilkinson (developer) or Dave Wilkinson (game designer).
- Add a new game mode to
src/games/
- Add that game mode to
src/games/allGamemodes.json
- Add that game mode to
src/games/gameExports.js
- Add a switch case for that game mode to
src\utils\gamemodeSelector.ts
- Install Node.js
- Clone this repository
- Run
npm install
in the root directory - Create
firebase.js
insrc/utils/
with your firebase config. Should look likedummyFirebase.js
- Run
npm start
to run locally - Run
npm run build
to build for deployment - Install Firebase CLI
- Deploy the contents of the
build
folder to firebase usingfirebase deploy
Last deployed: 2024-01-03 6:00 PM EST Last database cleanse: 2023-01-03