awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bladecoder avatar

bladecoder/bladecoder-adventure-engine

0
View on GitHub↗
638 نجوم·65 تفرعات·Java·Apache-2.0·4 مشاهدات

Bladecoder Adventure Engine

Classic point and click adventure game engine and editor

Features

  • 2D Game Engines - Point-and-click adventure game engine and editor.
  • Game Engine Development - Engine and editor for point-and-click adventure games.
  • Game Engines and Frameworks - Engine and editor for point-and-click adventure games.

سجل النجوم

مخطط تاريخ النجوم لـ bladecoder/bladecoder-adventure-engineمخطط تاريخ النجوم لـ bladecoder/bladecoder-adventure-engine

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Bladecoder Adventure Engine

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Bladecoder Adventure Engine.
  • melonjs/melonjsالصورة الرمزية لـ melonjs

    melonjs/melonJS

    6,319عرض على GitHub↗

    melonJS is a lightweight HTML5 game engine for building 2D games in the browser using JavaScript. It provides a complete framework for sprite animation, tilemap loading, physics simulation, input handling, and audio playback, with a unified rendering system that automatically switches between WebGL and Canvas2D backends without code changes. The engine distinguishes itself through several integrated capabilities. It features a per-sprite shader pipeline for custom fragment shader effects, a SAT-based collision engine with swappable physics adapters (including built-in SAT, Matter.js, and Plan

    JavaScript
    عرض على GitHub↗6,319
  • cocoatoucher/glideالصورة الرمزية لـ cocoatoucher

    cocoatoucher/Glide

    506عرض على GitHub↗

    Game engine for making 2d games on iOS, macOS and tvOS, with practical examples and tutorials

    Swift
    عرض على GitHub↗506
  • adamslair/dualityالصورة الرمزية لـ AdamsLair

    AdamsLair/duality

    1,428عرض على GitHub↗

    a 2D Game Development Framework

    C#c-sharpcsharpdotnet
    عرض على GitHub↗1,428
  • ambientrun/ambientالصورة الرمزية لـ AmbientRun

    AmbientRun/Ambient

    3,902عرض على GitHub↗

    Ambient is a cross-platform multiplayer game engine and runtime environment developed in Rust. It provides a system for building and deploying high-performance games that run across web browsers and desktop platforms using WebAssembly and WebGPU. The project features a networked database that automatically replicates real-time state and components between servers and players. It utilizes WebAssembly sandboxes to isolate game logic, which prevents individual script crashes and allows for the secure execution of untrusted code. The framework includes a graphics system for high-fidelity 3D visu

    Rust
    عرض على GitHub↗3,902
عرض جميع البدائل الـ 30 لـ Bladecoder Adventure Engine→

الأسئلة الشائعة

ما هي وظيفة bladecoder/bladecoder-adventure-engine؟

Classic point and click adventure game engine and editor

ما هي الميزات الرئيسية لـ bladecoder/bladecoder-adventure-engine؟

الميزات الرئيسية لـ bladecoder/bladecoder-adventure-engine هي: 2D Game Engines, Game Engine Development, Game Engines and Frameworks.

ما هي البدائل مفتوحة المصدر لـ bladecoder/bladecoder-adventure-engine؟

تشمل البدائل مفتوحة المصدر لـ bladecoder/bladecoder-adventure-engine: melonjs/melonjs — melonJS is a lightweight HTML5 game engine for building 2D games in the browser using JavaScript. It provides a… digitsensitive/juno — Juno is a simple and lightweight 2D game framework written in TypeScript for making tiny pixel style HTML5 Games. adamslair/duality — a 2D Game Development Framework. ambientrun/ambient — Ambient is a cross-platform multiplayer game engine and runtime environment developed in Rust. It provides a system… cocoatoucher/glide — Game engine for making 2d games on iOS, macOS and tvOS, with practical examples and tutorials. edisonlee0212/evoengine.