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

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

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

ryanb/ruby-warrior

0
View on GitHub↗
3,888 स्टार्स·827 फोर्क्स·Ruby·MIT·4 व्यूज़

Ruby Warrior

Ruby Warrior is an educational programming game and scripting sandbox designed to teach the Ruby language. It functions as a turn-based strategy engine where users write scripts to control a character's behavior and solve puzzles within a grid-based world.

The platform focuses on algorithmic logic and decision-making, requiring users to write autonomous scripts that navigate obstacles and defeat enemies. It provides a gamified environment for practicing tactical scripting and interactive Ruby learning.

The system includes a state-querying API for detecting environment tiles and character positions, alongside mechanisms for managing companion units and executing in-game actions. Performance is measured through a scoring system that tracks objective completion and combat efficiency.

Features

  • Interactive Programming Sandboxes - Provides an interactive environment for writing and testing Ruby code to automate character actions in a gamified setting.
  • Turn-Based Grid Engines - Implements a game engine that processes state updates and player actions on a discrete tile grid with turn-based timing.
  • State Query Interfaces - Exposes a set of methods for scripts to inspect the current environment tiles and character positions.
  • Algorithm Practice Tools - Provides a simulated environment for developing and refining decision-making algorithms to navigate obstacles and defeat enemies.
  • Interactive Learning - Facilitates learning the Ruby programming language by writing scripts to solve tactical challenges in a game environment.
  • Programming Games - Provides an interactive environment where users learn Ruby programming by writing scripts to control a character through game challenges.
  • Gamified Coding Platforms - Teaches programming fundamentals through a game where users write logic to control characters and complete objectives.
  • Programming Games - Provides an interactive game that teaches Ruby programming through tactical challenges and character scripting.
  • Environment State Querying - Provides a real-time information system for detecting surrounding tiles, enemies, captives, walls, or stairs.
  • Autonomous Script Execution - Provides an engine that executes user-defined Ruby scripts as autonomous agents to control character movement and actions.
  • Avatar Control Systems - Implements a system for directing an avatar to navigate environments and complete objectives using custom scripts.
  • In-Game Action Execution - Provides a system for performing scripted tasks such as attacking, walking, and rescuing captives to progress through game levels.
  • Score Tracking Systems - Implements a scoring system that calculates points based on enemy defeats, rescued captives, and completion time.
  • Turn-Based Strategy Scripting - Allows users to write autonomous scripts to manage character movement and combat within a grid-based tactical simulation.
  • State-Driven Movement Execution - Allows users to write code that translates logical paths into physical movement actions and queries game state to navigate levels.
  • Performance Scoring - Calculates final results by quantifying combat efficiency and objective completion speed after a level ends.
  • Frontend Development - Learn Ruby and artificial intelligence through a dungeon-crawling game.

स्टार हिस्ट्री

ryanb/ruby-warrior के लिए स्टार हिस्ट्री चार्टryanb/ruby-warrior के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Ruby Warrior के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Ruby Warrior के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • wesnoth/wesnothwesnoth का अवतार

    wesnoth/wesnoth

    6,678GitHub पर देखें↗

    Battle for Wesnoth is an open-source turn-based strategy game set in a high fantasy world, built around hex-grid tactical combat. At its core, it is both a complete game and a game engine, offering single-player campaigns and multiplayer battles where players command faction-specific units across terrain that provides tactical advantages. The project is fundamentally a turn-based strategy game with a dedicated multiplayer platform, supporting online and local matches with replay recording and playback. What distinguishes Wesnoth is its deep commitment to custom content creation and modding. T

    C++fantasyfreegame
    GitHub पर देखें↗6,678
  • leetcode-opensource/vscode-leetcodeLeetCode-OpenSource का अवतार

    LeetCode-OpenSource/vscode-leetcode

    8,493GitHub पर देखें↗

    This project is a VS Code extension that integrates LeetCode problem solving directly into the editor. It functions as a code submission client and competitive programming tool, allowing users to browse, solve, and submit algorithmic challenges without leaving their development environment. The extension distinguishes itself by managing local workspaces and archives, enabling the organization of problem files and descriptions in configurable local folders. It supports multi-account session management and regional endpoint routing to handle different geographic service instances. The tool cov

    TypeScriptalgorithmdatastructureinterview
    GitHub पर देखें↗8,493
  • 00-evan/shattered-pixel-dungeon00-Evan का अवतार

    00-Evan/shattered-pixel-dungeon

    6,196GitHub पर देखें↗

    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
  • bytelegend/bytelegendByteLegend का अवतार

    ByteLegend/ByteLegend

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

    ByteLegend is a gamified programming environment designed for learning to write code through interactive game mechanics, rewards, and puzzles. It functions as a software development experience that integrates these elements to make programming education more engaging. The project includes a multilingual localization framework and internationalization toolset. This system decouples source code from display text using external key-value mappings and manages language preferences via request headers and regional identifiers. It features an automated translation workflow that generates machine tra

    Javagamejavalearning
    GitHub पर देखें↗3,695
Ruby Warrior के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

ryanb/ruby-warrior क्या करता है?

Ruby Warrior is an educational programming game and scripting sandbox designed to teach the Ruby language. It functions as a turn-based strategy engine where users write scripts to control a character's behavior and solve puzzles within a grid-based world.

ryanb/ruby-warrior की मुख्य विशेषताएं क्या हैं?

ryanb/ruby-warrior की मुख्य विशेषताएं हैं: Interactive Programming Sandboxes, Turn-Based Grid Engines, State Query Interfaces, Algorithm Practice Tools, Interactive Learning, Programming Games, Gamified Coding Platforms, Environment State Querying।

ryanb/ruby-warrior के कुछ ओपन-सोर्स विकल्प क्या हैं?

ryanb/ruby-warrior के ओपन-सोर्स विकल्पों में शामिल हैं: wesnoth/wesnoth — Battle for Wesnoth is an open-source turn-based strategy game set in a high fantasy world, built around hex-grid… vcmi/vcmi — vcmi is an open-source game engine for Heroes of Might and Magic III that recreates the gameplay, logic, and rendering… 00-evan/shattered-pixel-dungeon — Shattered Pixel Dungeon is an open-source roguelike dungeon crawler built as a turn-based strategy game. It features… leetcode-opensource/vscode-leetcode — This project is a VS Code extension that integrates LeetCode problem solving directly into the editor. It functions as… bytelegend/bytelegend — ByteLegend is a gamified programming environment designed for learning to write code through interactive game… olistic/warriorjs — Warriorjs is a programming game framework and code-based logic puzzle where players write code to control characters…