You've already forked EightBittr
mirror of
https://github.com/FullScreenShenanigans/EightBittr.git
synced 2026-04-28 12:58:51 -07:00
a27610f184
Overview What does this PR do? Why? Fixes a couple of typos PR Checklist Fixes # I have run this code to verify it works This PR includes unit tests for the code change
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
- Package Setup
- Actors
- Instantiation
- Physics
- Inputs
- Players
- Controls
- Collisions
- Events
- Data
- Text
- Tests
The Finished Product
You can see the finished version in examples/FullscreenSaver! ✨