awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesSave Game Initialization

Systems for defining the starting state of new game save slots using external configuration files.

Distinct from Save Data Importers: None of the candidates cover the initialization of game state for new save slots; they focus on file dialogs, UI slots, or legacy importers.

Explore 4 awesome GitHub repositories matching game development · Save Game Initialization. Refine with filters or upvote what's useful.

Awesome Save Game Initialization GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • jynew/jynewAvatar von jynew

    jynew/jynew

    8,815Auf GitHub ansehen↗

    jynew is a 3D RPG game engine and development framework designed for building three-dimensional role playing games. It provides a comprehensive suite of tools for scene editing, game logic scripting, and the creation of 3D environments. The project features a specialized 3D asset management pipeline for importing and aligning models and animations, including specific tools for weapon attachment and rendering. It includes a dedicated combat system editor for defining battle encounters, skill effects, and combat grids with real-time synchronization. Additionally, it provides a game modding fram

    The engine reads external configuration files during the creation of new save slots to define starting teams and skills.

    C#game-developmentjinyongunity
    Auf GitHub ansehen↗8,815
  • chvin/react-tetrisAvatar von chvin

    chvin/react-tetris

    8,717Auf GitHub ansehen↗

    This is a browser-based Tetris game built with React, using Redux and Immutable.js to manage all game state in a single immutable store. The application renders the game board, next-block preview, and score display as React components, with state transitions that are predictable and support time-travel debugging through the Redux DevTools Extension. The game distinguishes itself through several integrated capabilities. It automatically adapts between keyboard and touch controls based on the user's input device, with configurable repeat rates for responsive gameplay. A persistence layer serial

    Saves the full game state to localStorage so progress is restored after a page refresh, crash, or phone call.

    JavaScriptimmutablereactredux
    Auf GitHub ansehen↗8,717
  • veloren/velorenAvatar von veloren

    veloren/veloren

    7,099Auf GitHub ansehen↗

    Veloren is an open-source multiplayer RPG featuring a voxel-based action adventure in a procedurally generated fantasy world. It is built upon a voxel game engine that supports 3D rendering via Vulkan and Metal, utilizing a procedural world generator to create geography and ecosystems based on erosion algorithms and temperature maps. The project is distinguished by a sandboxed plugin system using WebAssembly, which allows for the addition of new game logic and equipment without recompiling the core engine. It also features a dedicated game server architecture designed to synchronize state, ma

    Initializes the game using pre-generated map files and optional spawn towns for new game sessions.

    Rust3dcubecubeworld
    Auf GitHub ansehen↗7,099
  • mzying2001/cefflashbrowserAvatar von Mzying2001

    Mzying2001/CefFlashBrowser

    4,640Auf GitHub ansehen↗

    CefFlashBrowser is a standalone web browser built on the Chromium Embedded Framework that preserves the ability to load and render Flash-based web pages and local Flash files after native Flash support was removed from mainstream browsers. It integrates the Pepper Flash PPAPI plugin to display Flash animations and applications alongside standard web content, and includes a built-in save data editor that can export, import, and modify values within Flash game save files. The browser bridges the CEF sandbox with the local file system, allowing it to open Flash files stored on the computer and t

    Exports, imports, and edits Flash game save files for modifying stored progress.

    C#browsercefsharpcsharp
    Auf GitHub ansehen↗4,640
  1. Home
  2. Game Development
  3. Save Game Initialization

Unter-Tags erkunden

  • Browser Local Storage SavesPersistence layer that serialises and restores full game state to the browser's localStorage across sessions. **Distinct from Save Game Initialization:** Distinct from Save Game Initialization: focuses on saving and restoring state via localStorage, not defining initial save slot configurations.
  • Flash Game Save EditorsUtilities to export, import, and edit Flash game save files for modifying stored progress. **Distinct from Save Game Initialization:** Distinct from Save Game Initialization: focuses on editing existing Flash saves, not defining starting states for new saves.