Skip to content

A C++ console program to analyze SSF2 replays statistically.

Notifications You must be signed in to change notification settings

DavoDC/ReplaysAnalyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Replays Analyser

A C++ console program to analyse Super Smash Flash 2 (SSF2) replays statistically.

I use this program to analyse my autosaved replays, which can be found here: SSF2 Replays.

Features

General

  • Reads replay file names only (doesn't parse replay file content!).
  • Automatically determines default replay path.
  • Currently exclusive to C++ developers (runs through Visual Studio).

Statistics Provided

  • Total number of matches.
  • Percentage and count breakdowns of matches based on:
    • Game versions used.
    • Years matches were played.
    • Players involved.
    • Characters used in matches.
  • Date statistics for all matches and the four properties above:
    • Date of first match (and timed passed since).
    • Date of last match (and timed passed since).
    • Time period in-between.

About

A C++ console program to analyze SSF2 replays statistically.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages