3/9/2026 at 1:33:48 AM
I changed gears and moved into the video games industry at the end of 2021.I started developing a city builder called Metropolis 1998 [1], but wanted to take the genre in new directions, building on top of what modern games have to offer:
- Watch what's happening inside buildings and design your own (optional)
- Change demand to a per-business level
- Bring the pixel art 3D render aesthetic back from the dead (e.g RollerCoaster Tycoon) [2]
I just updated my Steam page with some recent snapshots from my game. Im really happy with how the game is turning out!
[1] https://store.steampowered.com/app/2287430/Metropolis_1998/
[2] The art in my game is hand drawn though
by YesBox
3/9/2026 at 7:15:24 AM
So pretty. But:> Both adults in a family will now own a car. This is required since there are not other transportation options, and sidewalks are optional.
Is this temporary or are you planning to release it like this? SimCity leaned into euclidean zoning (separate industrial/residential/commercial zones) and pocketable cars which needed no parking, and thus failed to properly showcase how ugly car-centric cities actually are. I’m sure they did it because it made for an easy gameplay loop/balancing but I’d hope we could come up with more realistic and interesting mechanics in 2026
by iknowstuff
3/9/2026 at 8:11:13 AM
I actually would really love that in a city planner. A game that actually simulates walkable cities versus car centric abominations and would adapt families strategies based on the availability of sidewalks, public transports and incentives.by sersi
3/9/2026 at 2:25:59 PM
The limited transportation options is temporary (the game is launching into early access).Both adults owning a car will be dynamic/based on the city once there are more transportation options.
I'll also be adding options so the player can control how difficult traffic management is.
by YesBox
3/9/2026 at 6:54:28 PM
Did you ever play cities: skylines? Keeping traffic manageable was a big part of the gameplay. Without good transit the roads would all gridlock regardless of how many lanes you add to the highways.by titanomachy
3/9/2026 at 8:16:07 PM
Played it a ton! But they stuck with euclidean zoning from SimCity and most car trips in CS don't need parking - they just disappear if there's not enough surface parking for them. They also poof away when stuck in traffic too long (unless modded).by iknowstuff
3/9/2026 at 9:55:10 AM
[dead]by dumbaccount123
3/9/2026 at 5:11:27 AM
I have been following you on twitter since I saw it. It looks amazing. Recently tried the demo. It is like under 50MB (the demo at least) which is insane these days. Placing building required construction of the building room by room which was tedious. I am sure some people will enjoy that. Will that be the core part of final game?by smusamashah
3/9/2026 at 2:29:48 PM
Thanks! Designing your own buildings is optional. The game has a feature to place zones where buildings automatically grow, but will be limited to residential and office zones at early access launch.by YesBox
3/9/2026 at 8:54:40 AM
Can you tell more about your background? Making a sim like this also crossed my mind many times, but I learned in the past, that without much of any art skills, I would have to use resources of others or hire someone to make the graphics and so on. In the times of me playing around with RPG maker it was the missing story that was the problem. So it seems often that one core aspect is missing, when wanting to make a game. How did you learn to fill that gap, learn how to get that skilled with making the graphics?by zelphirkalt
3/9/2026 at 3:04:14 PM
My career background is software, but I've been a creative person my whole life.Ive hired out help for the pixel art, and then I enhance everything with shaders (tech art).
If you're gonna make a game as an indie, you need to figure out ways to fill in your skill gaps. The competition is brutal. If you can't do it/dont have time to learn and do it, then the only other option is to hire out.
or
A lot of studios are formed from people (cofounders) who depart larger studios, so if you really want to get into the industry, you could start there and network.
by YesBox
3/9/2026 at 2:49:19 AM
Metropolis 1998 looks beautiful! (and addictive!)Will you do a native Linux release, or has it been tested with Proton?
Also, just from watching the video and screenshots in the Steam page, it seems like a crazy amount of work. Are you doing everything by yourself?
by tarokun-io
3/9/2026 at 3:12:51 PM
Thanks :)I'll be looking into porting during early access. I've heard the game runs on Linux with a compatibility layer though.
I do everything except the pixel art and buildings. It is a crazy amount of work!
by YesBox
3/9/2026 at 11:25:32 AM
I am one of those who grew up with Sim City/Transport Tycoon. I will definitely try this when it's released and go back into nostalgia but with a modern touch. Adding it to my wishlist right now. Good luck with wrapping this up towards a release!by nanders
3/9/2026 at 3:37:04 PM
This looks awesome! From the isometric perspective, how did you do the walls or vertical stuff in general? I have done a few game like that and always find it to be a struggle in 2D.by 2muchclout
3/9/2026 at 4:25:34 PM
Thanks! The vertical axis is also broken down into a grid in a sense. Each "cell" is placed in a specific floor as far as the engine is concerned.So like (C++):
vector<uo_map<int, ObjStruct>>
Each vector element is a floor. You just need to move the sprite up in screen space to position it.Though I wish I went with a vector<vector<vector<ObjStruct>>> approach now a days <chunk_id>, <floor>, <object>
by YesBox
3/9/2026 at 11:49:56 AM
We really do need more new isometric grid based games. They are less realistic but it is _so_ satisfying to build in them.I've commented on it before: https://news.ycombinator.com/item?id=39810716
by yreg
3/9/2026 at 10:37:58 AM
The aesthetic is so incredibly 1998. Reminds me not just of SimCity 2000 but the lesser played "A-Train", with its gentle day-night cycle.by pjc50
3/9/2026 at 2:25:45 AM
I came across your game last year! Can't remember how. Any hopes of macOS support?by herpdyderp
3/9/2026 at 3:14:33 PM
Not at launch, but I'll be looking into porting during early access! Everything in the game is cross-platform readyby YesBox
3/9/2026 at 6:14:07 AM
Would buy it if it has mac support as wellby joriskok1
3/9/2026 at 12:33:30 PM
I'll throw a third (fourth, fifth because I know a couple of people who'd play this on Mac but who have no access to Linux or Windows) request for a Mac version on the pile.by zimpenfish
3/9/2026 at 4:48:49 AM
Love the concept! I would love it even more if you could add support for SteamDeck/protonby _el3m3n7
3/9/2026 at 4:20:18 PM
Any chance you'll release on macOS/Linux?by jmole
3/9/2026 at 11:03:21 AM
Logged in to agree with all the other comments: this is so, so pretty. Will try the demo soon.by tr3ntg
3/9/2026 at 11:56:21 AM
Looking forward to the release!by holografix
3/9/2026 at 7:52:19 AM
I only had to look at the first screenshot to think "yup, this was made for me, I am buying this".by zorked
3/9/2026 at 10:54:49 AM
Curious, What u used to do earlier ? before changing gears?by gunju84
3/9/2026 at 3:14:54 AM
Awesome to see your progress YesBox!Didn't realise you'd swapped to isometric, it's looking fabulous!
by Folcon
3/9/2026 at 3:15:01 PM
Thank you! Really appreciate it :)by YesBox
3/9/2026 at 1:44:34 AM
Very very cool!Did you roll your own engine, I know Godot has issues scaling past a certain number of simulations.
by 999900000999
3/9/2026 at 2:23:46 AM
Thanks! Yes, I created my own engine to maximize efficiency (where needed). I think it was the right choice for me.by YesBox
3/9/2026 at 3:47:55 PM
Looks very good!by multisport
3/9/2026 at 12:23:08 PM
I get a lot of "UFO: Enemy Unknown" vibe from the art.by badpun
3/9/2026 at 7:12:13 AM
The visuals are stunning, great work!by asimovDev
3/9/2026 at 3:30:08 PM
wow, love the look of your game!by strontian
3/9/2026 at 4:10:25 AM
Looks amazing, added to my wish list!by adamgoodapp
3/9/2026 at 2:14:00 AM
Cool! Isometric for the win :)by Aeolun
3/9/2026 at 1:45:51 AM
Looks amazing!by vldszn
3/9/2026 at 5:23:21 AM
very coolby nickandbro