Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down