Among Us is a 2018 online multiplayer social deduction game developed and published by American game studio Innersloth. The game was inspired by the party game Mafia and the science fiction horror film The Thing. You can create your own version of Among Us Game. Download this project and its source code to learn it. This project can help you understand how to create among us game in Python. Create useful games and fun application using Python Programming language.
About Among Us Game Project in Python
This project implements proximity voice chat in Among Us. Everyone in an Among Us lobby with this program running will be able to communicate over voice in-game, with no third-party programs required. Spatial audio ensures that you can only hear people close to you.
You only need to follow the below instructions if you are trying to modify this software. Otherwise, please download the latest version from the github releases. Server code is located at ottomated/CrewLink-server. Please use a local server for development purposes.
Technologies required to run this project
This is an example of how to list things you need to use the software and how to install them.
npm install yarn -g
How to set up About Us Game in Java ?
You can run this project after installing the above technologies in your system and following the steps given below –
- Clone the repo
git clone https://github.com/ottomated/CrewLink.git
cd CrewLink
- Install NPM packages
yarn install
- Run the project
yarn dev