←back to thread

497 points samplank2 | 1 comments | | HN request time: 0.376s | source

Hi HN! I love imagining the past, so I made Time Portal, a game where you are dropped into a historical event and see AI video footage from that moment. You have to guess where you are in time and on the map. It’s like GeoGuessr (and heavily inspired by it!) but for historical events.

The videos are all created with AI. It’s a pipeline of Flux (images), Kling (video), and mmaudio (audio). The videos aren’t always historically accurate to the last detail. They might incorporate elements of folklore or have details from popular beliefs about the way things looked rather than the latest academic research on how they looked.

I’m thinking a lot about how to make the game more interactive. One thing that makes Geoguessr so fun for me is that you can move infinitely and always find more details to help you pinpoint the location. I want Time Portal to have a similar quality. I have a few ideas to try soon that will hopefully make the game more interactive and infinite.

Show context
lukev ◴[] No.43348450[source]
yeah it's a cool concept, but knowing what I know about the ability of generative AI to accurately replicate specific moments of history, it falls flat.

The whole point of this kind of thing should be to reward people who can recognize "that architectural style wasn't invented until the 13th century" but that's precisely the sort of thing image models cannot do reliably.

replies(1): >>43348481 #
samplank2 ◴[] No.43348481[source]
I agree that it's not possible to have them do 13th century architectural style perfectly right now. But I believe it will be soon. The image/video models are improving, but so are the reasoning models, and they can check for and fix anachronisms.
replies(4): >>43348538 #>>43348539 #>>43348558 #>>43349657 #
littlestymaar ◴[] No.43348558[source]
Why not using img2vid starting from an historically accurate picture or painting?
replies(1): >>43348841 #
1. samplank2 ◴[] No.43348841[source]
This does use img2vid but with AI generated images. Using real pictures or paintings could definitely be fun too.