diff --git a/README.md b/README.md index f48199c..50d1277 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ This program is a 2D version of Minecraft written in C++, and it uses the graphi Yes. This game features walls. This allows you to block light and decorate an area without it blocking anything on the block layer. +## Installation + +As of now there are no proper GitHub releases for the game, so you will have to do it manually. + +Click on the `Code` button, and then `Download ZIP`. This will download all the source code, along with the actual game, which is aptly named `2D Minecraft.exe`. Double click to run! + +**NOTE:** You must have an x86 and x64 Microsoft Visual C++ Redistributable downloaded. If you do not, you can download them [here](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-140#visual-studio-2015-2017-2019-and-2022) + ## Notes This game is extremely unfinished and buggy, so treat this as an experiment. This game also only works on Windows right now, but I may build it for other operating systems later on.