Spry

Getting Started

Download Spry from GitHub. When you run the program, you'll see a window with the text: No game!.

Creating a Game

To make your first game:

Running Your Game

The simplest way to load and run your project is to drag and drop the folder you created onto the Spry executable. You can also run the program from the console:

C:\path\to\spry.exe my_folder

A window should open with the text Hello World!. You've successfully created your first game using Spry!

What next?

UFO game

Explore Spry by building a small game where you move a UFO around in 2D space using the keyboard.

Let's create

Distribution

Learn how to package up your project for others to play your game on the desktop and on the web.

Share your project

API Reference

Spry has a diverse collection of functions and types to work with. The API reference page puts them all in one place.

Explore API

Example Projects

One of the best ways you can learn how to use Spry is to read the various project examples on GitHub.

Read code

Do you have prior programming experience but have never used Lua? Learn Lua in Y minutes.