Getting Started

Learning Quorum is as easy as counting 1, 2, 3! This guide is for complete beginners learning to get into programming and have chosen Quorum as their first language to learn. You will learn how to download Quorum Studio and how to navigate through the code editor, learn the essential syntax of the language, and go through a walkthrough on how to make a simple quiz game!

Installing Quorum

Installing Quorum

All the resources in one page. Find tutorials, example projects, and extra practice using Quorum!

Quorum Basics

Quorum Basics

Get familiar with the Quorum syntax in easy to follow lessons that show you the foundations of a language.

Reference Page

Your First App

After some familiarity with Quorum, learn how to make a basic quiz app using the forms Library in this simple tutorial.

Tutorials

These tutorials are provided for prospective learners looking to program in Quorum Language. These tutorials will teach you the basic concepts about a topic, but are not meant to be treated as a full learning course. To view the current courses, you can refer to the following Learn page.

Quorum Basics

Quorum Basics

Learn how to get started with the Quorum programming language.

Libraries and Structures

Libraries and Structures

Practice with 'use' statements for loading new libraries in the Quorum programming language.

2D Graphics

2D Graphics

Learn about how to get started coding games using the Quorum programming language.

User Interaction and Events

User Interaction and Events

Learn about how to capture events from a keyboard, mouse, or touch screen using the Quorum programming language.

3D Graphics

3D Graphics

Learn about how to draw to the screen in 3D using the Quorum programming language.

Game Physics

Game Physics

Learn how to add physics effects like gravity to games written in the Quorum programming language.

Spotlight

Check out these Quorum projects to see advanced work of programs written in Quorum. Want your work to get featured on the Quorum Spotlight? Submit your project by pressing the following link.

Reference Page

Quorum Platformer

These tutorials introduce the Quorum programming language and basic programming concepts.

Reference Page

Space Shooter

These tutorials cover the more advanced features of the Quorum programming language.

Reference Page

Ball Breaker

These tutorials cover the more advanced features of the Quorum programming language.

For Developers

For advanced Quorum programmers, advance your skills and actively work to build out the language or test features prior to release.

Become a Contributer

Quorum is an open source language. If you would like to contribute to help build the language or develop something unique using Quorum

Reference Page

Overriding the Standard Library

To access bleeding edge libraries not yet released publicly, you can override your version

Learn More