added readme

This commit is contained in:
Rudis Muiznieks 2024-09-01 09:19:17 -05:00
parent 5d33f358d6
commit 26aab2bd07
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 7 additions and 0 deletions

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# sojourn
There's nothing to see here yet. I'm using this project to teach myself Rust.
## Roadmap
My current idea is to write an idle game in which a character explores a galaxy generated by a given random seed, making contact with alien civilizations, gathering resources, building trade routes, and completing quests. Possibly with multi-player components (shared galaxies) via an online API down the road.