Skip to content

DerkJanSpeelman/GMLTouch-Minecraft-2D

Repository files navigation

JavaScript Minecraft 2D (Cross-platform)

In this series you will learn how to develop a cross-platform game (for web, iOs, Android, Windows and MacOS) with JavaScript, TypeScript, HTML, CSS, Nodejs, NPM and more.

Requirements

image

Getting Started

If you want to get started with this series, go to the Minecraft 2D (Cross Platform) playlist and follow the first episode.


Getting the source code

Clone by running: git clone https://github.com/DerkJanSpeelman/GMLTouch-Minecraft-2D.git. Requires Git to be installed. Or simply press the green "Clone or Download" button, download the ZIP file and extract it on your computer.

Open your terminal, go to the path of the project you want get started with (i.e. #0: Project Setup), and run:

npm install

...