A New Bevy Game

Published: 2022-09-30 10:30:30

I started working on a new game using the Bevy game engine

The past couple of weeks I started working on a small 3d game using Bevy and rust.

I had a ton of fun so far!

Especially experimenting with different play styles and graphics. (Video Related 😎)

I even implemented a built-in crappy level-editor which is very basic but gets the job done. The game should also run in web browsers, so I might share it at some point.

The individual game elements were build in Blender. Everything else is a custom engine build on Bevy

The most liberating thing about this was not being confined to Apple’s buggy libraries. If something doesn’t work with Bevy, I just look at the source or GH issues. I can even fix it myself! With Apple’s stuff, the only solution is to file a radar and pray.

Aaannd I’ve implemented split screen play with up to 4 players 😀. In the end it should play like a mix of Mario kart, bomber man, and sonic the hedgehog