Skip to content
Grant Archibald edited this page Apr 20, 2021 · 4 revisions

Welcome

Welcome to the Microsoft Make Code Arcade Offline Guide

Make Code Arcade

You can use this guide to step you through the process of setting an offline development workflow that you can use to build, deploy a game to different web hosting options.

Table of Contents

  1. Skills
  2. Sections

Skills

Quick overview of the skills required required and new skills that you can learn using this guide.

Skills Overview

This guide assumes have basic understanding of developing web based games using the Microsoft Make Code environment.

The online https://arcade.makecode.com/ will provide you content to:

  1. Start with tutorials to gain skills in building your skills.
  2. Review Live Coding videos and existing games for inspiration.
  3. As your game development skills join the daily Monday to Friday Advanced Livestream.
  4. Gain introduction to Computer science courses.
  5. Look at options to deploy your game to physical hardware.

Expanding Your Skills

The concepts covered in this guide build on basic and advanced game building and give you new options on how your package your game online. Using the section below you can learn to:

  1. Setup online GitHub and Azure cloud services to build and deploy your game.
  2. Setup the development tools required to create and update your game.
  3. Introduce you to concepts of source control and releasing updates to your game.
  4. Add security to your game to manage users who can access your game.
  5. Customize the look and feel of your web hosted game.

Sections

This guide has the following main sections

Quick Start

The Quick Start Guide steps you through the process of setting up your first GitHub repository and deploying the test game to your web application.

Getting Started

The Getting Started - Defines the software and services required to make full use of this guide.

Clone this wiki locally