Skip to content

Getting_Started

Andrew McWatters edited this page Jun 8, 2020 · 25 revisions

Getting Started

Fork

Forking Planimeter/grid-sdk on GitHub is recommended in order to sync your fork and pull the latest changes.

Sign in to GitHub, navigate to Planimeter/grid-sdk and click Fork. Then, clone your fork.

Duplicate the repository

Public forks can’t be made private. To make a private project, you can duplicate the repository by using https://github.com/new/import.

Setup

Edit Path.

Edit environment variables for your account

Environment variables

Add LÖVE.

Edit environment variable

Run

To run Grid in development mode, run love . --debug --console.

Command Prompt

Start a Multiplayer Game

In the console, type map <space> and select a map to start a game in.

Clone this wiki locally