https://github.com/user95401/umbral-abyss
my upcoming game-in-game mod (like fanmade ones)
https://github.com/user95401/umbral-abyss
Last synced: over 1 year ago
JSON representation
my upcoming game-in-game mod (like fanmade ones)
- Host: GitHub
- URL: https://github.com/user95401/umbral-abyss
- Owner: user95401
- License: mit
- Created: 2025-02-20T15:04:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-20T17:36:28.000Z (over 1 year ago)
- Last Synced: 2025-02-20T18:37:31.989Z (over 1 year ago)
- Language: C++
- Size: 10.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE.txt
- Support: support.md
Awesome Lists containing this project
README
## Umbral Abyss
upcoming game-in-game modification... xd
- dark interface and new sounds
- new levels (story ones and infinity run)
- new game-modes: infinity run, story mode
- animated char
\- user95401, Umbral Abyss

# Developing
## 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)