This is the source code for STRAFTGUESSR, a GeoGuessr/Wordle-like game where you have to guess the map of the FPS STRAFTAT based on a screenshot.
Play it here: https://straftguessr.vercel.app/
This repo contains the front-end code and static files (screenshots and JSON files) for the back-end.
src/lib/round_list.ts
that assigns a difficulty to each round via filename. See below for each difficulty's meaning.Great! Here's the easiest way to get your screenshots in the game:
HideUI.dll
file in the root folder of this repository. This allows you to disable the HUD and Exploration Mode
text so you can have full view of whatever you're looking at. Perfect for taking screenshots.static/round_screens
, the corresponding JSON description in static/round_infos
, and the difficulty assignment in src/lib/round_list.ts
. I will then take a look at it and if anything goes right, approve and merge it, making it public instantly.{
"correct": ["Map_Name", "Map_Name_2"],
"desc": "A short description of whatever this screenshot is showing."
}
correct
is an array of correct answers for this screenshot, meaning that a screenshot allows for multiple correct answers.desc
should be a helpful descrption of the scene depicted in the screenshot.Keep in mind that not every Easy
screenshot has to be very easy, vice versa for Medium
, but this should be a good first guide!
HideUI.dll