From 26aab2bd071d47dd7d72087b7b0b3d58d4abb2e6 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Sun, 1 Sep 2024 09:19:17 -0500 Subject: [PATCH] added readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c07f57f --- /dev/null +++ b/README.md @@ -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.