diff --git a/Collector/Documentation/2021-09-18_17-50.png b/Collector/Documentation/2021-09-18_17-50.png new file mode 100644 index 0000000..2a439a9 Binary files /dev/null and b/Collector/Documentation/2021-09-18_17-50.png differ diff --git a/Collector/Documentation/2021-09-18_17-55.png b/Collector/Documentation/2021-09-18_17-55.png new file mode 100644 index 0000000..63ec9b0 Binary files /dev/null and b/Collector/Documentation/2021-09-18_17-55.png differ diff --git a/Collector/Documentation/2021-09-18_17-55_1.png b/Collector/Documentation/2021-09-18_17-55_1.png new file mode 100644 index 0000000..ba13e07 Binary files /dev/null and b/Collector/Documentation/2021-09-18_17-55_1.png differ diff --git a/Collector/Documentation/2021-09-18_17-55_2.png b/Collector/Documentation/2021-09-18_17-55_2.png new file mode 100644 index 0000000..ce9c7f0 Binary files /dev/null and b/Collector/Documentation/2021-09-18_17-55_2.png differ diff --git a/Collector/Documentation/2021-09-18_17-56.png b/Collector/Documentation/2021-09-18_17-56.png new file mode 100644 index 0000000..8e9c08d Binary files /dev/null and b/Collector/Documentation/2021-09-18_17-56.png differ diff --git a/Collector/Designdoc/Game Goals (GG).pdf b/Collector/Documentation/Game Goals (GG).pdf similarity index 100% rename from Collector/Designdoc/Game Goals (GG).pdf rename to Collector/Documentation/Game Goals (GG).pdf diff --git a/README.md b/README.md index 416813a..b1fdcff 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,17 @@ This is a small game that I made around 2019. I've long since abandoned it but d # Screenshots +![Just the character standing around in the world]() + +![What was gonna be the inventory system]() + +![A small selection menu for the blocks]() + +![Placing and breaking blocks in the world]() + +![A zoom out showing the seperate chunks in the world]() + + # About A small 2D top-down sandbox game written in C# and using [Monogame](https://www.monogame.net/). there's a WIP inventory system and you can place and destroy blocks in the world. @@ -20,4 +31,4 @@ World generation is created using [Open-Simplex noise](https://gist.github.com/K All the textures in the game other than Lucas from the Mother series were made by myself # Inspiration -The Game was inspired by the [Mystery Dungeon Series](https://en.wikipedia.org/wiki/Mystery_Dungeon) and [Factorio](https://www.factorio.com/). You can see this in the [design document in the git repo](Collector/Designdoc/Game%20Goals%20(GG).pdf) \ No newline at end of file +The Game was inspired by the [Mystery Dungeon Series](https://en.wikipedia.org/wiki/Mystery_Dungeon) and [Factorio](https://www.factorio.com/). You can see this in the [design document in the git repo](Collector/Documentation/Game%20Goals%20(GG).pdf) \ No newline at end of file