This is a website that loads a random game from BlueMaxima's Flashpoint into the browser using Ruffle. It also replicates the URL spoofing capabilities of Flashpoint using a system based on TBubba's Ruffle Redirect proof-of-concept.
While the site currently has little functionality, the end goal is to essentially turn it into an online version of the Flashpoint archive.
- Go (should be added to PATH)
- MinGW-w64 (
bin
folder should be added to PATH) - flashpoint.sqlite (should exist in the same directory as the compiled executable)
- Download the source code
- Open the Command Prompt in the
backend
folder - Use the command
go build
to start compiling the executable - Once finished, open the executable within the Command Prompt using the command
backend.exe
The API will now be served from http://127.0.0.1:8985
.