Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 332 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 332 Bytes

Minecraft-2D

This is a two-dimensional clone of the video game Minecraft.

Building

To build, you will have to have NodeJS and npm installed. Fork this repository and run npm install in its root directory. Run npm run serve to serve the game on localhost. Run npm run build to build the project into the dist folder.