https://github.com/exposedcat/goose-desktop-amongus
AmongUS version of famous Goose Desktop
https://github.com/exposedcat/goose-desktop-amongus
Last synced: about 1 year ago
JSON representation
AmongUS version of famous Goose Desktop
- Host: GitHub
- URL: https://github.com/exposedcat/goose-desktop-amongus
- Owner: ExposedCat
- Created: 2020-12-14T17:27:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T13:40:14.000Z (over 4 years ago)
- Last Synced: 2025-03-31T08:21:15.565Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.61 MB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goose Desktop: 👩🚀 Among Us Edition
Cross-platform app for AmongUs fans. Add cute astronaut to your desktop, who will try to make some sabotages 😈.
## Source code usage
1. Install `libxtst-dev`, `libpng-dev` and `nodejs` 16.x.x
2. Install dependencies: `npm i`
3. Compile dependencies: `npm run compile-deps`
- Start: `npm start`
- Build packages:
- - Windows x64: `npm run build-win`
- - Windows x32: `npm run build-win32`
- - Linux: `npm run build-linux`
- - MacOS: `npm run build-mac`