Skip to content
space edited this page Jun 17, 2024 · 19 revisions

Get Started

0) Fork this repository

fork button

1) Clone your fork locally

In order to start developing, you need to clone your fork to your machine.

You can either:

  • Clone your fork from the command line
git clone https://github.com/your-name/Loungeware
  • Select download zip from the green code dropdown in your fork

  • Or clone your fork with Github Desktop

2) Set up your microgame config

See Microgame-Config

3) Set up your test config

See Testing-Your-Game

4) Make your game

Make your game like you would any other GameMaker project. Be sure to follow the guidelines in Good-Manners.

5) Fetch and merge from upstream

Follow the guidelines in Fetch-From-Upstream over when and how to sync your fork.

If you're not comfortable resolving merge conflicts yourself, skip this step.

Submitting or updating your game

See Submit-Your-Game