Neon Chrome Project Wiki
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

GitHub Layout & Infrastructure

This page details our GitHub and infrastructure for this.

Given the nature of what we are doing, these should all remain private.

Wiki

A Hugo based wiki page for documenting all the things!

It is locked behind Cloudflare Zero Trust, with either email or GitHub org access required.

Game Data

This repository includes the raw game data we want to change. For more information, refer to this page which describes the layout.

Game EXE

This repository includes the game exe and other files not in the data file. I don’t know if we want to patch this binary, but rather using it for decomp purposes to find data stores.

Discord Bot

Eventually we want to modify game data (such as saying Player 1 is Chris for this session). The discord bot will likely be the easy API for it.

API

The middleware the game process calls to get config details. The API the discord bot uses to grab metadata.