Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.46 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.46 KB

Alt text

Cereal Adventure is an open-source video game currently under development. It's the culmination of my nearly life-long fascination with low-level video game development. It's powered by Delta Studio, an open-source game engine. In-game graphics are in a nostalgic late 90s, early 2000s style but underneath, rendering is carried out by advanced shaders and modern techniques.

Premise

You are a sentient cereal box that is very determined to be your owner's breakfast of choice. Unfortunately that means navigating a kitchen that's out to get you with obstacles and enemies at every turn. It's a simple game with basic platformer mechanics but more advanced physics and 3D graphics to showcase the abilities of the Delta Game Engine.

YouTube

This project is featured in a devlog series on my YouTube channel. Check out the playlist for regular progress updates.

Current Progress

Alt text

Building the Code

As this codebase is currently not ready for release, I can't make any guarantees about whether it will build for you. I have recently migrated this project to CMake and the previous build steps are no longer applicable. I will update this section soon!