Remix.run Logo
Show HN: Electrobillion, a city builder game where you build the power grid(evrimzone.itch.io)
4 points by evrimoztamur 11 hours ago

Hi everybody!

After four months of hard work, I'm finally launching the demo for my little game.

It's called electrobillion, and it's a city builder where instead of building the city, you build its power grid. As the city consumes more power, it sprawls out further, and demands ever-increasing amounts of electricity!

It was born out of the confusion I had one day when I turned the lights on, and realised I had no clue how electricity made it to my house. I started digging around, and soon figured out that it was a lot more complex than I could have ever imagined it to be.

In turn, I set my sights on building a game such that others also get a rough idea of how the electricity comes from various sources to our various sinks.

My goal with this game is to be educational. So far, I've worked on a rather superficial level of complexity. Electricity flows without much struggle, prices are fixed, and costs of various elements such as fuel or energy storage are not really accounted for. However, my ultimate goal is to strike a good balance between education, fun, and realism.

...

Like my last couple games (Maginet and Critter Showdown, both available on itch as well https://evrimzone.itch.io/), this one is also built in Rust. This time, I got a little fancier and included WebGL to improve the rendering performance of the much larger amount of sprites. Besides that, it's essentially pure HTML5, including all of the UI running inside the Canvas.

Don't hesitate to ask if you have any questions here, and check out the source code of my previous big release, Maginet (which is an online multiplayer chess-like puzzle game): https://github.com/evrimoztamur/maginet

...

I'm going to take a short week-long break from development before going for another sprint where I:

- Push players into a constant battle against the forces of nature and their own pollution.

- Design a larger simulation of the economic factors hindering your path to profits: Government policies, fluctuating market prices for fuel and resources, chaotic weather events.

- Include real-life mechanics such as marginal pricing systems, grid congestion, and long-term storage.

So watch out for more updates, and let me know how you liked it so far!