2 repositorios
Mechanisms for saving and synchronizing real-time game progress and emulator snapshots to a remote server.
Distinguishing note: None of the candidates relate to game-specific state saving or emulator snapshot persistence.
Explore 2 awesome GitHub repositories matching data & databases · Game State Persistences. Refine with filters or upvote what's useful.
Romm is a self-hosted game library manager and ROM management web interface. It serves as a central server for storing and categorizing game files and emulator firmware, providing a web-based browser to organize collections through automated library scanning and metadata retrieval. The project distinguishes itself by integrating a web-based emulator frontend that uses WebAssembly to play games directly in the browser. It further provides a game save synchronization server that uses SSH-based synchronization to transfer save states and progress between the server and registered handheld device
The project writes save actions and state captures from an active emulator session directly back to the server.
Goboy is a GameBoy emulator written in Go that allows original handheld game ROMs to run on modern computer hardware. It supports both monochromatic and color display modes. The project includes specialized tools for retro game debugging and graphics inspection. These capabilities allow for the analysis of game logic by stepping through opcodes, profiling processor execution in real time, and inspecting background palettes, sprite data, and map layouts. The emulator provides game state preservation by writing cartridge RAM to local files. It also implements pixel-buffer rasterization for ren
Preserves game progress by writing virtual cartridge RAM to local files.