awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tobspr-games avatar

tobspr-games/shapez.io

0
View on GitHub↗
6,900 stars·1,303 forks·JavaScript·GPL-3.0·2 vuesget.shapez.io/gh↗

Shapez.io

shapez.io is an open-source automation base building game and infinite sandbox factory simulation. Players extract and process geometric shapes through conveyor belts and industrial automation to meet delivery goals within an endless map.

The project incorporates a logic circuit simulation environment, allowing for the creation of automated control systems using wiring and logic gates to optimize factory operations. It utilizes an entity-component game architecture to manage thousands of active elements across its simulation.

Gameplay covers industrial automation and resource logistics, specifically the ability to cut, rotate, merge, and paint shapes. The simulation includes tools for scaling factory layouts and infrastructure through duplication.

Features

  • Industrial Automation Simulations - Provides a sandbox simulation focused on extracting and processing geometric shapes through industrial automation.
  • Factory Automation Games - Provides a factory automation simulation where players scale production via complex building layouts.
  • In-Game Paint Systems - Provides a system to mix and extract paints to create multi-colored components for shapes.
  • Entity Component Systems - Utilizes an entity-component architecture to separate game data from logic for high-performance simulation.
  • Automation Logic - Implements automation logic using wiring and logic gates to optimize shape production.
  • Geometric Shape Processing - Implements mechanics to cut, rotate, merge, and paint geometric pieces to meet delivery goals.
  • Infinite Grid Coordinates - Manages an unbounded game world by indexing entities within a mathematical grid instead of a fixed map.
  • In-Game Logic Circuits - Provides in-game logic circuits with wiring and gates to automate factory production sequences.
  • Infinite Sandbox Simulations - Provides an endless map for the construction and expansion of massive factory production lines.
  • Logistics Simulations - Simulates the transport of shapes and paint through a network of buildings to increase throughput.
  • Industrial Base Building - Features large-scale construction of industrial facilities within an infinite open world.
  • Material Coloring - Mix and apply specific paints to produced shapes to meet delivery requirements.
  • Entity Template Definitions - Allows the creation of new structural entities by specifying metadata, visual assets, and input bindings.
  • Sandbox Capacity Scaling - Increases production capacity across the sandbox by duplicating complex building layouts.
  • Custom Component Schemas - Allows extending entity behavior by defining custom data schemas and lifecycle hooks.
  • Entity Definitions - Uses external configuration files to define base properties and identities for game entities.
  • Game Development Engines - Implements a custom game engine with ECS and deterministic simulation for thousands of active elements.
  • Coordinate-Based Entities - Organizes game entities by grid position to enable efficient querying of neighboring buildings and belts.
  • Open Source Games - Provides a fully open-source codebase for a community-driven industrial automation simulation.
  • Game Logic Controllers - Builds logic controllers that process entities using specific filters and update loops.
  • Entity Schema Bindings - Implements structural metadata and state bindings that allow adding new building types without modifying core code.
  • Deterministic Execution Loops - Executes building updates and resource movement in a consistent sequence to ensure predictable factory behavior.

Historique des stars

Graphique de l'historique des stars pour tobspr-games/shapez.ioGraphique de l'historique des stars pour tobspr-games/shapez.io

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Collections incluant Shapez.io

Sélections manuelles où Shapez.io apparaît.
  • Remakes open source de jeux de stratégie classiques

Questions fréquentes

Que fait tobspr-games/shapez.io ?

shapez.io is an open-source automation base building game and infinite sandbox factory simulation. Players extract and process geometric shapes through conveyor belts and industrial automation to meet delivery goals within an endless map.

Quelles sont les fonctionnalités principales de tobspr-games/shapez.io ?

Les fonctionnalités principales de tobspr-games/shapez.io sont : Industrial Automation Simulations, Factory Automation Games, In-Game Paint Systems, Entity Component Systems, Automation Logic, Geometric Shape Processing, Infinite Grid Coordinates, In-Game Logic Circuits.

Quelles sont les alternatives open-source à tobspr-games/shapez.io ?

Les alternatives open-source à tobspr-games/shapez.io incluent : space-wizards/space-station-14 — Space Station 14 is a C# multiplayer game and roleplay simulation framework. It is built upon an… isadorasophia/murder — Murder is an entity component system game engine designed for 2D game development. It provides a core framework for… libgdx/libgdx — LibGDX is a Java-based framework designed for cross-platform game development, enabling the creation and deployment of… anuken/mindustry — Mindustry is a cross-platform game engine and factory automation simulation that combines resource management with… creators-of-create/create — Create is a technical expansion for Minecraft that introduces industrial automation through kinetic energy simulation… sandermertens/flecs — Flecs is a high-performance entity component system framework and data-oriented programming library. It serves as a…

Alternatives open source à Shapez.io

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Shapez.io.
  • space-wizards/space-station-14Avatar de space-wizards

    space-wizards/space-station-14

    3,523Voir sur GitHub↗

    Space Station 14 is a C# multiplayer game and roleplay simulation framework. It is built upon an Entity-Component-System (ECS) game engine that separates logic into systems and data into components to manage complex entity interactions. The project functions as a grid-based physics simulator with a YAML data-driven prototype system for defining game objects. The project features a specialized 2D sprite rendering engine that maps server-side appearance data to client-side shaders. It implements a networking model with client-side prediction and dirty-flagged state synchronization to reduce inp

    C#c-sharpgamehacktoberfest
    Voir sur GitHub↗3,523
  • isadorasophia/murderAvatar de isadorasophia

    isadorasophia/murder

    3,171Voir sur GitHub↗

    Murder is an entity component system game engine designed for 2D game development. It provides a core framework for managing game objects through an ECS architecture and includes a dedicated 2D game editor for asset management and real-time property configuration. The engine features a specialized 2D rendering pipeline supporting pixel art, sprite slicing, and parallax effects. It includes a hierarchical A* pathfinding system for agent navigation and a comprehensive asset management system for serializing and loading game resources. The project covers a broad range of capabilities, including

    C#fnagame-enginegamedev
    Voir sur GitHub↗3,171
  • libgdx/libgdxAvatar de libgdx

    libgdx/libgdx

    24,816Voir sur GitHub↗

    LibGDX is a Java-based framework designed for cross-platform game development, enabling the creation and deployment of 2D and 3D games across desktop, mobile, and web environments from a single codebase. It functions as a comprehensive library that abstracts hardware-accelerated graphics, audio, input, and file system access, providing a unified interface for developers to manage game logic and application lifecycles. The framework distinguishes itself through a high-performance architecture that prioritizes efficiency and native interoperability. It utilizes a batch-oriented graphics pipelin

    Java2d3dandroid
    Voir sur GitHub↗24,816
  • anuken/mindustryAvatar de Anuken

    Anuken/Mindustry

    26,624Voir sur GitHub↗

    Mindustry is a cross-platform game engine and factory automation simulation that combines resource management with tower defense strategy. Players construct complex supply chains and automated networks to process materials while building defensive structures to protect a core from waves of hostile mechanical forces. The project utilizes a deterministic lockstep networking model to ensure simulation consistency across desktop and mobile devices. It is built on an entity-component-system architecture and a tile-based grid simulation, allowing for the efficient management of thousands of active

    Javaandroiddesktopgame
    Voir sur GitHub↗26,624
  • Voir les 30 alternatives à Shapez.io→