Byte Engine Docs

Sample application

How to create a sample project using Byte Engine.

The best way to learn is through examples. So, let's create a sample project to see how to use the framework.

This guide is still a sketch. It describes the sample application the documentation will build toward.

The sample is a simple target gallery game where the player can shoot targets to score points.

The planned features are:

  • The player can move their camera around with their mouse or gamepad.
  • The player can shoot with the left mouse button or the right trigger.
  • The player will have a score that will increase when they hit a target.
  • The player will have a timer that will decrease over time.

Before following this guide, complete the setup guide.