https://github.com/nwrenger/escaping-from-the-supernova
A procedural generated textadventure coded in Rust.
https://github.com/nwrenger/escaping-from-the-supernova
procedural-generation rust textadventure
Last synced: 3 months ago
JSON representation
A procedural generated textadventure coded in Rust.
- Host: GitHub
- URL: https://github.com/nwrenger/escaping-from-the-supernova
- Owner: nwrenger
- License: mit
- Created: 2023-03-19T16:01:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T00:11:34.000Z (5 months ago)
- Last Synced: 2025-03-07T17:04:13.719Z (3 months ago)
- Topics: procedural-generation, rust, textadventure
- Language: Rust
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Escaping from the Supernova
This is my first program/textadventure coded in rust. It's in english. Have fun!
## Features
- 16 Endings in total
- Procedural Generation with Seed System
- An astonishing Story## To Do
- English language Support :white_check_mark:
- Seed System :white_check_mark:
- Story Writing/Implementing :white_check_mark:
- Refactor, so rewriting the code base for major improvements in the structure of the project :white_check_mark:## What's next?
I don't know. After my refactor, it's way easier adding new content. So, stay tuned!