awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
watabou avatar

watabou/pixel-dungeon

0
View on GitHub↗
3,900 星标·1,272 分支·Java·GPL-3.0·8 次浏览

Pixel Dungeon

Pixel Dungeon 是一款基于浏览器的 Roguelike 游戏和回合制 RPG,专注于探索程序生成的地下城。它利用复古的像素艺术美学,直接在 Web 浏览器中提供地下城探索体验。

该游戏以程序化地下城生成为核心,为每次游戏过程创建独特的迷宫。游戏玩法由网格上的回合制战斗和移动驱动,玩家和敌人以离散的步骤进行交互。

Features

  • Roguelikes - Ships a complete roguelike game featuring procedural generation, turn-based movement, and pixel-art graphics.
  • Dungeon Exploration Mechanics - Provides mechanics for navigating and overcoming challenges within procedurally generated dungeon environments.
  • Grid-Based Coordinate Systems - Utilizes a two-dimensional grid coordinate system to manage player movement and collision detection.
  • Turn-Based Grid Engines - Features an RPG experience where movement and combat occur on a discrete tile grid in turns.
  • Dungeon Level Generators - Employs seeded procedural generation to create consistent and reproducible dungeon layouts and item placements.
  • Turn-Based Combat - Features strategic turn-based combat where players and enemies alternate attacks and movements.
  • Turn-Based Logic - Manages game flow through a turn-based state machine that alternates between player and enemy actions.
  • Entity Component Systems - Uses an entity-component architecture to manage game object properties like health and position.
  • Pixel Art Frameworks - Implements a retro visual experience using low-resolution pixel-art graphics.
  • Pixel-Art Game Implementation - Combines a retro pixel-art aesthetic with traditional roguelike gameplay mechanics.
  • Random Walk Algorithms - Generates dungeon corridors and rooms using a deterministic random walk simulation.
  • Canvas Rendering - Implements a custom rendering system using the HTML5 canvas to draw low-resolution pixel graphics.
  • Mobile Games - Traditional roguelike game with pixel art for Android.
  • Open Source Games - A traditional rogue-like game with pixel art.
  • Web Game Projects - Implements a classic roguelike experience for mobile.
  • Games - Roguelike game with pixel-art graphics.
  • Open Source Games - Traditional roguelike game with pixel-art graphics.

Star 历史

watabou/pixel-dungeon 的 Star 历史图表watabou/pixel-dungeon 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

watabou/pixel-dungeon 是做什么的?

Pixel Dungeon 是一款基于浏览器的 Roguelike 游戏和回合制 RPG,专注于探索程序生成的地下城。它利用复古的像素艺术美学,直接在 Web 浏览器中提供地下城探索体验。

watabou/pixel-dungeon 的主要功能有哪些?

watabou/pixel-dungeon 的主要功能包括:Roguelikes, Dungeon Exploration Mechanics, Grid-Based Coordinate Systems, Turn-Based Grid Engines, Dungeon Level Generators, Turn-Based Combat, Turn-Based Logic, Entity Component Systems。

watabou/pixel-dungeon 有哪些开源替代品?

watabou/pixel-dungeon 的开源替代品包括: 00-evan/shattered-pixel-dungeon — Shattered Pixel Dungeon is an open-source roguelike dungeon crawler built as a turn-based strategy game. It features… nethack/nethack — NetHack is a roguelike dungeon crawler and ASCII-based role playing game. It is a turn-based adventure game featuring… cleverraven/cataclysm-dda — Cataclysm-DDA is an open-world survival game and turn-based roguelike set in a post-apocalyptic world. It functions as… anuken/mindustry — Mindustry is a cross-platform game engine and factory automation simulation that combines resource management with… opendiablo2/opendiablo2 — OpenDiablo2 is an open-source re-implementation of an isometric action role-playing game engine. It functions as a… xproger/openlara — OpenLara is an open-source game engine and classic game emulator designed to load and execute original game data files…

Pixel Dungeon 的开源替代方案

相似的开源项目,按与 Pixel Dungeon 的功能重合度排序。
  • 00-evan/shattered-pixel-dungeon00-Evan 的头像

    00-Evan/shattered-pixel-dungeon

    6,196在 GitHub 上查看↗

    Shattered Pixel Dungeon is an open-source roguelike dungeon crawler built as a turn-based strategy game. It features procedurally generated levels, hundreds of collectible items, and permadeath mechanics, all rendered from a single Java codebase that runs on Android, iOS, and desktop platforms. The game offers six distinct hero classes, each with branching subclass trees, endgame abilities, and talent points for deep character customization. Players battle over 60 enemy types, 30 traps, and 10 bosses across five dungeon regions, while managing equipment, enchantments, and alchemy-crafted gear

    Javaandroidgamegame-development
    在 GitHub 上查看↗6,196
  • nethack/nethackNetHack 的头像

    NetHack/NetHack

    3,490在 GitHub 上查看↗

    NetHack is a roguelike dungeon crawler and ASCII-based role playing game. It is a turn-based adventure game featuring permanent character death and the exploration of randomly generated dungeons. The project serves as a cross-platform game engine designed to be compiled and run across diverse operating systems and hardware architectures. It focuses on retro game preservation by maintaining classic game logic for modern computing environments. The codebase implements procedural content generation for maps and encounters and utilizes a grid-based coordinate system for spatial tracking. Renderi

    Ccgameroguelike
    在 GitHub 上查看↗3,490
  • cleverraven/cataclysm-ddaCleverRaven 的头像

    CleverRaven/Cataclysm-DDA

    12,459在 GitHub 上查看↗

    Cataclysm-DDA is an open-world survival game and turn-based roguelike set in a post-apocalyptic world. It functions as a simulation where players manage resources, engage in combat, and handle character progression in an environment where time only advances when the player takes an action. The project includes a procedural world generator that creates randomized, persistent environments and city layouts, ensuring unique maps for every new game session. The simulation covers tactical movement and resource management through turn-based strategy gameplay. It also provides options for personali

    C++c-plus-pluscataclysmgame
    在 GitHub 上查看↗12,459
  • anuken/mindustryAnuken 的头像

    Anuken/Mindustry

    26,624在 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
    在 GitHub 上查看↗26,624
  • 查看 Pixel Dungeon 的所有 30 个替代方案→