I think that it would technically be possible to add some extra buildings as there is some space left for some more tiles. You can see the current tile set here:
There can be up to 15 types of buildings and there are 10 slots currently used (2 are used for rubble after destroying a building). Any new buildings would then need to have some logic written for how they affect the rest of the city, and then balancing would need to be done. e.g. an airport could boost commercial but have a negative effect on nearby residents.
Odd.
This game may not be the biggest hit (as Arduventure or the lode runner)
but it’s the game I would recommend, and in fact the only game I am saying, “I want to pick it up and play it.”
Also, I had uninstalled SimCity for some reason.
Every time I pick up this game I find myself playing through it for 15 minutes or so, but I never get enough time to actually build the city most of the time I’m just interested to see how the code works…
I always max out the city and end up re-installing it later to do the same thing. Very fun. I did it all the time with my Palm M500 Sim City version before this game came out.
It’s definitive one of my favorites, too. But I agree: A few more building types would be more interesting. But me and my son like this game a lot. The graphics are beautiful and clear.
But I found two bugs (don’t know, if already posted earlier):
If I set buildings close to each other to reach a high density, I’m not able to build anymore buildings after the map is filled to approx. 75…80%. I’m able to build streets and wires, but no more buildings. Out of memory? Why is it possible to build dozens more streets?
If there are two power plants, that are not connected to each other (for example one city at left side of the river and another one at the right side), the first power plant and city gets out of power immediately after building the second one. Even the power plant itself has a blinking out-of-power-icon.
Yes, should technically be possible to add other types of building types. It would need new graphics and extra logic on how they should interact with the rest of the city (plus balancing where required).
Regarding the bugs you found:
You have hit the memory limit. There is a limit to the number of buildings you can place (even if there is space on the map). Unfortunately nothing can really be done about this as memory usage is already very tight.
The multiple power plant bug has been fixed but I haven’t made a new binary release. If you compile from source then this will fix the issue. I should get around to putting a new release up on Github! Edit: Oops! Just realised that I never committed the fix. I will try get a fix in when I have some time.
The is most certainly my most favorite Arduboy game so far. I wouldn’t mind seeing sound effects in this game if you have the will for it. I am most certainly into your adaptation here.
I could almost see the LED flash orange when there is a fire also. Haha. I didn’t realize LED lights could be used in game dev on this Arduboy until Farkle and Ardutosh.
A memory corruption bug was discovered when developing the Pokitto port. It can sometimes affect the power grid connectivity calculation when buildings are built in the very corner of the map. I’ve released a new build on Github that fixes the problem!
I just got a crash on the Arduboy FX. I assume it’s the bug on that version. How do I replace the version on the FX with the bug fix? I love this game, I want to build a big city
Found this to get the newest version onto the FX, as well as a ton more games: [Build your own Arduboy FX Cart Image - Arduboy - Arduboy] Build your own Arduboy FX Cart Image