eco2d is a small 2D sandbox game you can play in your browser. The desktop version also supports networked sessions using the enet fork we maintain. The game is not aware of any networking as it's completely isolated. There's a fundamental movement, crafting (WIP), and some vehicles you can drive around. All of this is powered by flecs and rendered via raylib, cwpack for data serialization, and zpl as an all-around c99 standard library.

Over time I will provide some development updates.

You can play it at: https://zaklaus.itch.io/eco2d

Flecs flecs.dev