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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·15 viewsget.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.

Star history

Star history chart for tobspr-games/shapez.ioStar history chart for tobspr-games/shapez.io

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Shapez.io

Similar open-source projects, ranked by how many features they share with Shapez.io.
  • space-wizards/space-station-14space-wizards avatar

    space-wizards/space-station-14

    3,523View on 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
    View on GitHub↗3,523
  • isadorasophia/murderisadorasophia avatar

    isadorasophia/murder

    3,171View on 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
    View on GitHub↗3,171
  • libgdx/libgdxlibgdx avatar

    libgdx/libgdx

    24,816View on 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
    View on GitHub↗24,816
  • anuken/mindustryAnuken avatar

    Anuken/Mindustry

    26,624View on 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
    View on GitHub↗26,624
See all 30 alternatives to Shapez.io→

Frequently asked questions

What does tobspr-games/shapez.io do?

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.

What are the main features of tobspr-games/shapez.io?

The main features of tobspr-games/shapez.io are: 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.

What are some open-source alternatives to tobspr-games/shapez.io?

Open-source alternatives to tobspr-games/shapez.io include: 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…

Curated searches featuring Shapez.io

Hand-picked collections where Shapez.io appears.
  • Open Source Classic Strategy Remakes