Skip to content
forked from Dri0m/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

Notifications You must be signed in to change notification settings

WumboSpasm/9o3o

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.2%
  • Go 35.9%
  • HTML 13.0%
  • CSS 6.2%
  • Dockerfile 0.7%