Files
2022-08-15 00:44:41 -04:00

1.1 KiB

Walkthrough

This page will guide you through the steps to create a new game using the EightBittr game engine. The game will feature a player avoiding boxes bouncing around a screen like an old screensaver and include a basic suite of tests.

Make sure you've read through the other documentation pages listed in the README.md before reading this one!

Preface

This guide has a lot of copy & paste for a lot of repetitive steps! EightBittr is still undergoing active pre-1.0 development. These steps will become simpler over time...

Table of Contents

  1. Package Setup
  2. Actors
  3. Instantiation
  4. Physics
  5. Inputs
  6. Players
  7. Controls
  8. Collisions
  9. Events
  10. Data
  11. Text
  12. Tests

The Finished Product

You can see the finished version in examples/FullscreenSaver!