Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 807 Bytes

File metadata and controls

27 lines (15 loc) · 807 Bytes

Game Dev Workshop Starter Kit 🎮

Welcome, workshop participants! This repository contains the 7 required components you'll need to get started and follow along with the workshop activities.


🚀 Getting Started

To get the files onto your computer, you have two simple options.

Option 1: Download as a ZIP (Easiest Method)

If you aren't familiar with Git, this is the recommended way.

  1. Click the green < > Code button on the top-right of this page.
  2. Select Download ZIP.
  3. Unzip the downloaded file to a location you can easily find.

Option 2: Clone the Repository (Using Git)

If you're comfortable with Git, you can clone this repository.

Open your terminal or command prompt and run the following command:

git clone [YOUR_REPOSITORY_URL_HERE]