Live data from Hacker News

Airport Simulator

airport.apunen.com

81–90 of 179 posts

Re: Airport Simulator

#81
Very fun. Got a few minutes in. Is there a strategy for avoiding hitting the planes driving slowly across the runway for takeoff? It seems very hard to also pay attention to them when they have so little lead time.

Re: Airport Simulator

#83
post #11

I was only thinking about Flight Control[0] the other day and how I wish there were more modern takes on it! There was Mini Metro[1], but that was released over a decade ago. -- [0] - https://en.wikipedia.org/wiki/Flight_Control [1] - https://en.wikipedia.org/wiki/Mini_Metro_(video_game)

In 2022 [0], Jan David Nose (jdno) released a game / programming challenge called _Auto Traffic Control_ [1]. Rather than controlling airplanes with UI interactions, the simulation is a GRPC server that expects the player to construct a game client that issues flight paths.

I tried to make a game client for jdno's ATC [2]. My client was deficient, as I tried to treat the movement as a fixed interval, by only submitting flight plans that moved in cartesian directions. Only by cheating, modifying the simulator, could my greedy algorithm land any planes [3]. I suspect I was supposed to continuously model and poll the future positions of airplanes when developing a flight plan.

I suspect that I won't have much competition on the leaderboard, despite the asterisk, as jdno eventually archived the project [4]. Originally, the project was self-publication while looking for work. The Rust Foundation hired him a little while afterward.

[0] https://jdno.dev/auto-traffic-control/

[1] https://auto-traffic-control.com/

[2] https://github.com/Nzen/hircine-anise-okkoz

[3] https://www.youtube.com/watch?v=czsSjy1Uqyk 1.5 minutes

[4] https://github.com/jdno/auto-traffic-control/commit/b5972dfb...

Re: Airport Simulator

#84
post #11

I was only thinking about Flight Control[0] the other day and how I wish there were more modern takes on it! There was Mini Metro[1], but that was released over a decade ago. -- [0] - https://en.wikipedia.org/wiki/Flight_Control [1] - https://en.wikipedia.org/wiki/Mini_Metro_(video_game)

Flight Control was very closely remade as "Planes Control" [1] and gets regular updates with new levels, etc. Not sure if the developer acquired the assets of the original, but it's very close to what I remember playing as a kid

[1] https://apps.apple.com/us/app/planes-control/id1015114550

Re: Airport Simulator

#85
post #29
post #16

Took me far too long to work how to get a plane to land, was drawing lines along the runway rather than dropping them on the coloured spot at the end and they were overflying. Was thinking the paths weren't straight enough, once I figured it out was quite funny to find the planes can do 180° turns mid air to land.

Yeah to be more realistic they should be able to land from either end of the runway. Mayve depending on wind.

Landing either way is not realistic. Even with no wind airports have a designated runway open. For example a straight North and South "runway" has runway 0 and runway 18, and only one will be open at any given time regardless of windspeed.

Re: Airport Simulator

#88
Should the leader board be cleared of the folks with 10,000 landings in 1 second?

It looks like the true leader right now is 90 landings in 7:29.

Re: Airport Simulator

#90
I love the airport style, bilingual interface. One of my favourite parts of flying is getting to see different combinations of languages on the signs!
Post reply on HN