It's a simple tracker to keep track who's innocent and potential impostor in the game Among Us. Made for hacktiv8 phase-0 final project.
Demo available here.
- Map view. Now you no longer confused of where to go and what to do.
- Draggable player-image based on color and category (innocent, suspicious, etc) to better at predicting who's impostor.
- Flexible
div
size. If no players are inside, the size will be 0. And the opposite, if more players are added size will increase.
- If player image is dragged to another image, it will override the other image.
- If you want to contribute, clone the repo:
https://github.com/0x67/phase0-final-project.git
- Make branch according to what you update/change. Example:
git checkout -b "Flexible div size"
- Make your changes and push to your branch.
- Create pull request with the name of your branch/update.
- Wait for me to merge it to
master
and/or review the changes.