this post was submitted on 10 Sep 2024
12 points (92.9% liked)

Bevy

228 readers
1 users here now

A community for discussion around the bevy game engine! https://bevyengine.org/

founded 10 months ago
MODERATORS
 

I working on a life simulation game with a working title Project Harmonia.

I’ve finally added the ability to edit and remove previously spawned walls, along with an undo/redo system.

Implementing the undo/redo was a bit challenging. If a command spawns or despawns an entity, it needs to be tracked to update the history with the correct ID. Additionally, since the game is networked, I had to introduce the concept of pending history commands. These commands are only added to the history after server confirmation.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here