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.
- Node.js -> https://nodejs.org/en/download/current/
- NPM (comes with Node.js)
If you want to get started with this series, go to the Minecraft 2D (Cross Platform) playlist and follow the first episode.
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
...