An open API service indexing awesome lists of open source software.

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

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`