Skip to content

First Project

In this section, we will create our first simple project using the Sucata Engine.

Idea

The goal of this project is to build a simple Asteroids-style game.

The player will control a ship that can move and shoot bullets at incoming asteroids.
To survive, the player must destroy the asteroids before they hit the ground.

This project will introduce some basic concepts of the engine, such as:

  • Creating entities
  • Adding behaviors
  • Handling movement
  • Spawning objects
  • Detecting collisions
  • Creating UI
  • Handling button clicks