You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposed tool:
Input - a SC2Replay file
Output - a float/integer representing how "interesting" or "exciting" or "good" the replay is.
Simple idea:
Extract basic stats from replays and rank excitement based on raw stats.
Stats could be extracted by sc2reader.
Possible criteria:
Game length (e.g. 2h games are not entertaining, too short games might be a crash).
One of the players crashed. - DONE
Low frame rate/time (the game can't be streamed at the x4 speed).
Nothing happened (no real actions) for long time (e.g. the last 10 minutes) which could indicate a draw (e.g. last building is flying out somewhere).
More info: https://liquipedia.net/starcraft2/Stalemate_Detection
Close player winrates.
Both bots have high ranking.
Turnarounds in a game, the more the better.
Weak bot beats strong one.
We should rate game somehow and show the most interesting ones.
Unit damage and/or death frequency.
The text was updated successfully, but these errors were encountered:
Proposed tool:
Input - a SC2Replay file
Output - a float/integer representing how "interesting" or "exciting" or "good" the replay is.
Simple idea:
Extract basic stats from replays and rank excitement based on raw stats.
Stats could be extracted by sc2reader.
Possible criteria:
More info:
https://liquipedia.net/starcraft2/Stalemate_Detection
The text was updated successfully, but these errors were encountered: