←back to thread

497 points samplank2 | 1 comments | | HN request time: 0.246s | 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
bucketsofthundr ◴[] No.43353737[source]
Love the game but I second improving the scoring mechanics.

I was 40 years off and less than 5km from the place and "only" got 7829. Assuming 99% accuracy for location, and based on some back-of-the-napkin math, that means you have to be within 70.7 years of the actual event to register any points for guessing the correct time. I think If you're within 100 years of the event you should get points. I think ideally it should be a curve, but if you can't program a curve then perhaps create brackets, like -10 points for each year within 10 years, -25 points for each year between 10 and 25 years, and -50 points for each year past that. Using this method you can be +/- 115 years of an event before getting 0 points for the time portion, and the closer you are, the closer to 5000 points you achieve.

Also, the one event was credited as being in Rome, although the picture shows, and the description says, St. Peter's Basilica, which is in Vatican City.

replies(1): >>43353811 #
samplank2 ◴[] No.43353811[source]
Glad you liked it, thanks for playing!

Fair point on the scoring, seems like a lot of people feel that way. Right now, half your points come from distance in km, and half come from distance in years. So you probably got 5000 points for location, and lost points on the year. But it's probably a bit too harsh right now.

And thanks for pointing out the Vatican City nit.

replies(2): >>43353934 #>>43356103 #
1. mywittyname ◴[] No.43356103[source]
Location accuracy probably should be sinusoidal where the score is not really effected if the pointer is within ~10-20km of the event.

For dates, I think it needs to take into account how far back something occurred, with recent history being +/-5 years, early modern being +/- 50 years, and ancient history being +/-500 years. That's closer to the resolution we think of events in (decades, centuries, millennia). You could probably even update the UI to have these graduations.