Skip to content

A tool to read the score from Star Fox 64 screenshots and videos

License

Notifications You must be signed in to change notification settings

Splagoon/SFSixtyScore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFSixtyScore

A tool to read the player's current score from a screenshot or video feed of Star Fox 64. It is pre-alpha and is not yet ready for general use. It has only been tested on Windows, though a Linux version is planned.

Running the code

Requires .NET Core 2.2.401 or newer.

To run the automated tests, enter the root folder and run:

dotnet test

To run the demo application, enter the SFSixtyScore.Demo folder and run:

dotnet run -x <x> -y <y>

...where <x> and <y> are the x- and y-coordinates of a Star Fox 64 video feed on your desktop. Right now the video feed must be exactly 320x240 pixels, though support for arbitrary resolutions is planned.

About

A tool to read the score from Star Fox 64 screenshots and videos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published