Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 692 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 692 Bytes

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.