This repo is a small game engine using Rust. It is a work in progress. It is a sister repo to https://github.com/ryanisnan/rusty-game/.
It supports a 2D, tile-based world, with the following features:
- 2D tile world
- X/Y axis scrolling
- Entity layers (doo-dads, misc. world objects)
- Abstract scene rendering to offload work from the game client
- Physics collisions