I never got the appeal for these sim games. From the screenshots, it looks like a beautiful game and I guess I could enjoy the visuals for an hour or 2.
But I don't see how it'd entertain me for hours on end. If someone here is into these sim games, what's the reason you keep going back to them?
I have never played any train sim, but I read video game press that this one hits different.
A lot of train sim are about building the rail network, where Running Train focuses on driving. The scenery (dozens of kilometers of japanese railway) is beautiful and it reproduces the japanese railway system realistically.
"Played properly, Running Train asks you to carefully control your speed, braking, and prompt, safe arrival at train stations, and rewards or penalizes you accordingly"
So it's basically a clone of 'Densha de go!' series.
If the Touhou games or Cave Story were released today, all of Hackernews would be like "dude, I wonder what their LLM workflow is like!" Japanese solo hikikomori devs have been putting out insane stuff since long before LLMs emerged.
Not really, those games are very simple code wise. A high schooler could do it (source me).
You could make a bullet hell game engine as a project in an intro CS course.
The hard part is the content in the game, and ZUN was already a composer. That just leaves the code which is easy, and the bullet patterns, which ZUN clearly improved at through his earlier games. (and the art, which is famously bad though endearing)
A pattern I’ve found useful in other settings is starting with code for an existing “game” that sort of resembles what you want to make and then modifying components until you have a whole new game but it shares similar infrastructure to the original. So you benefit from the existing system and avoid a lot of problems.
But I don't see how it'd entertain me for hours on end. If someone here is into these sim games, what's the reason you keep going back to them?
A lot of train sim are about building the rail network, where Running Train focuses on driving. The scenery (dozens of kilometers of japanese railway) is beautiful and it reproduces the japanese railway system realistically.
So it's basically a clone of 'Densha de go!' series.
This just makes me feel so glad to be alive today!
You could make a bullet hell game engine as a project in an intro CS course.
The hard part is the content in the game, and ZUN was already a composer. That just leaves the code which is easy, and the bullet patterns, which ZUN clearly improved at through his earlier games. (and the art, which is famously bad though endearing)