https://github.com/omgrod/among-us-geode
https://github.com/omgrod/among-us-geode
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/omgrod/among-us-geode
- Owner: OmgRod
- Created: 2025-02-21T17:09:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-21T17:13:46.000Z (over 1 year ago)
- Last Synced: 2025-02-21T18:23:45.225Z (over 1 year ago)
- Language: C++
- Size: 5.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Support: support.md
Awesome Lists containing this project
README
# AmongUs
This is where she makes a mod.

*Update logo.png to change your mod's icon (please)*
## Getting started
We recommend heading over to [the getting started section on our docs](https://docs.geode-sdk.org/getting-started/) for useful info on what to do next.
## Build instructions
For more info, see [our docs](https://docs.geode-sdk.org/getting-started/create-mod#build)
```sh
# Assuming you have the Geode CLI set up already
geode build
```
# Resources
* [Geode SDK Documentation](https://docs.geode-sdk.org/)
* [Geode SDK Source Code](https://github.com/geode-sdk/geode/)
* [Geode CLI](https://github.com/geode-sdk/cli)
* [Bindings](https://github.com/geode-sdk/bindings/)
* [Dev Tools](https://github.com/geode-sdk/DevTools)