n0samu / 9o3o

(proof of concept stage) backend+frontend for https://ooooooooo.ooo - this was made in an hour or something like that, don't judge me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

9o3o

https://ooooooooo.ooo/

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.

Setup API Locally

Prerequisites

  • 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)

Instructions

  1. Download the source code
  2. Open the Command Prompt in the backend folder
  3. Use the command go build to start compiling the executable
  4. 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.

About

(proof of concept stage) backend+frontend for https://ooooooooo.ooo - this was made in an hour or something like that, don't judge me


Languages

Language:Go 51.0%Language:JavaScript 37.1%Language:HTML 8.8%Language:CSS 3.0%