awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesGrid-Based Coordinate Systems

Coordinate systems for organizing tile placement in 2D environments using orthogonal, isometric, or hexagonal grids.

Distinct from Infinite Grid Coordinates: Candidates focus on infinite grids or UI mapping, not the fundamental grid types for level design.

Explore 5 awesome GitHub repositories matching game development · Grid-Based Coordinate Systems. Refine with filters or upvote what's useful.

Awesome Grid-Based Coordinate Systems GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • mapeditor/tiledmapeditor का अवतार

    mapeditor/tiled

    12,669GitHub पर देखें↗

    Tiled is a multifunctional visual workspace for designing tile-based game levels, managing assets, and exporting structured world data. It functions as a 2D tile map editor and game level design tool used to create orthogonal, isometric, and hexagonal game environments. The software features a scriptable interface and plugin system for automating map creation tasks. It includes a dedicated tile set manager for importing and editing image-based collections of reusable tiles and animations, as well as a system for saving map layouts and custom properties into JSON or CSV formats. The platform

    Implements a flexible grid system supporting orthogonal, isometric, hexagonal, and oblique orientations for map organization.

    C++
    GitHub पर देखें↗12,669
  • watabou/pixel-dungeonwatabou का अवतार

    watabou/pixel-dungeon

    3,900GitHub पर देखें↗

    Pixel Dungeon एक ब्राउज़र-आधारित रोगलाइक गेम और टर्न-आधारित RPG है जो प्रक्रियात्मक रूप से उत्पन्न कालकोठरियों (dungeons) की खोज पर केंद्रित है। यह सीधे वेब ब्राउज़र के भीतर कालकोठरी-क्रॉलिंग अनुभव प्रदान करने के लिए रेट्रो पिक्सेल-आर्ट सौंदर्य का उपयोग करता है। यह गेम प्रक्रियात्मक कालकोठरी निर्माण पर केंद्रित है, जो प्रत्येक प्लेथ्रू के लिए अद्वितीय, भूलभुलैया जैसे लेबिरिंथ बनाता है। गेमप्ले टर्न-आधारित कॉम्बैट और ग्रिड पर मूवमेंट द्वारा संचालित होता है, जहाँ खिलाड़ी और दुश्मन अलग-अलग चरणों में इंटरैक्ट करते हैं।

    Utilizes a two-dimensional grid coordinate system to manage player movement and collision detection.

    Java
    GitHub पर देखें↗3,900
  • marblexu/pythonplantsvszombiesmarblexu का अवतार

    marblexu/PythonPlantsVsZombies

    3,732GitHub पर देखें↗

    This project is a single-player tower defense game and 2D grid-based strategy application built with Python and the Pygame library. It focuses on resource management and tactical unit placement to prevent waves of enemies from reaching a goal. The gameplay centers on constructing defensive lines using units with specialized combat abilities. Players manage a limited currency by collecting energy resources via a pointer interface and select specific equipment sets to configure their available units before starting a level. The system supports level-based progression by loading environmental c

    Employs a fixed two-dimensional grid to manage the positioning of defensive units and enemy movement.

    Python
    GitHub पर देखें↗3,732
  • mesa/mesamesa का अवतार

    mesa/mesa

    3,698GitHub पर देखें↗

    Mesa is a Python framework for agent-based modeling and complex systems simulation. It provides a toolkit for creating simulations where autonomous agents interact within a shared environment to observe emergent global behaviors. The project includes a browser-based interface for real-time visualization of simulation states and agent interactions. It also functions as a data analysis library for recording and processing metrics from model runs to quantify system behavior. The framework supports multiple environmental topologies, including grid-based spatial mapping and network-graph topologi

    Provides grid-based spatial mapping to track agent positions and manage proximity-based interactions.

    Pythonagent-based-modelingagent-based-simulationcomplex-systems
    GitHub पर देखें↗3,698
  • gdquest-demos/godot-4-procedural-generationgdquest-demos का अवतार

    gdquest-demos/godot-4-procedural-generation

    1,863GitHub पर देखें↗

    This project is a procedural content generation toolkit designed for the Godot engine. It provides a collection of algorithmic techniques and modular tools for dynamically spawning game assets, map layouts, and emergent systems in both 2D and 3D environments. The framework distinguishes itself by offering specialized systems for both large-scale world construction and granular asset assembly. It supports the creation of expansive terrains and infinite worlds through noise-based distribution and shader-rendered biomes, while simultaneously providing modular systems to generate unique combat eq

    Organizes pre-designed level segments into a coordinate system to construct complex environments through randomized placement algorithms.

    GDScriptgdscriptgodot-enginegodot-procedural
    GitHub पर देखें↗1,863
  1. Home
  2. Game Development
  3. Grid-Based Coordinate Systems

सब-टैग एक्सप्लोर करें

  • Chunk Assembly SystemsOrganizes pre-designed level segments into a coordinate system to construct complex environments through randomized placement algorithms. **Distinct from Grid-Based Coordinate Systems:** Distinct from coordinate systems: focuses on the assembly of level chunks rather than the underlying grid math.
  • Spatial Interaction GridsCoordinate systems used to manage movement and proximity-based interactions between agents in a defined area. **Distinct from Grid-Based Coordinate Systems:** Focuses on agent interaction and proximity logic rather than just tile placement or GPU rendering.