Tower Game est un moteur JavaScript basé sur navigateur conçu pour construire des simulations d'empilement basées sur la physique. Il fournit un framework pour développer des défis interactifs de style arcade où les joueurs alignent des blocs pour construire des structures, avec des systèmes de base qui gèrent la logique de collision, le suivi de la santé et la notation basée sur la précision.
Les fonctionnalités principales de iamkun/tower_game sont : Physics-Based Stacking Simulators, Game Loops, Browser-Based Engines, State-Driven Physics Engines, Immediate Mode Canvas Renderers, Logic Injection Hooks, 2D Game Engines, Simulation Configuration Frameworks.
Les alternatives open-source à iamkun/tower_game incluent : phaserjs/phaser — Phaser is a comprehensive 2D game engine designed for building high-performance, interactive content that runs… hiloteam/hilo — Hilo is an HTML5 game engine for building 2D games that run across browsers and devices. It renders graphics through… max-mapper/voxel-engine — This project is a browser-based framework designed for building three-dimensional, block-based games and interactive… killedbyapixel/littlejs — LittleJS is a lightweight HTML5 2D game engine designed for building web games using Canvas and WebGL without external… leeoniya/uplot — uPlot is a high-performance canvas time series charting library designed to render millions of data points with high… chartjs/chart.js — Chart.js is a declarative data visualization framework that renders interactive, responsive charts directly onto an…
Phaser is a comprehensive 2D game engine designed for building high-performance, interactive content that runs directly in web browsers. At its core, the engine utilizes a fixed-timestep simulation loop that decouples game logic from variable browser frame rates, ensuring consistent behavior across diverse hardware. It provides a robust framework for managing asset loading, physics, input, and audio, enabling the creation of complex, responsive visual experiences for both desktop and mobile devices. The engine distinguishes itself through a high-performance graphics pipeline that automaticall
Hilo is an HTML5 game engine for building 2D games that run across browsers and devices. It renders graphics through Canvas, DOM, or WebGL backends, automatically selecting the best option for the target environment. The engine provides a complete game development solution with sprite, skeletal, and particle animation, along with a texture atlas system for efficient image loading and rendering. The framework distinguishes itself through its integration of the DragonBones skeletal animation engine, which drives bone-based character movement without frame-by-frame sprites, and its Chipmunk phys
This project is a browser-based framework designed for building three-dimensional, block-based games and interactive simulations. It functions as a JavaScript library that provides the core infrastructure for rendering voxel environments, managing dynamic terrain data, and executing real-time physics within a web-based context. The engine distinguishes itself through a high-performance WebGL rendering pipeline that utilizes texture-atlas material mapping to consolidate visual assets and reduce draw calls. It manages large-scale environments by dividing the world into discrete, chunk-based spa
uPlot is a high-performance canvas time series charting library designed to render millions of data points with high frame rates. It functions as a high-frequency data visualizer and a real-time data stream plotter, utilizing the HTML5 Canvas API to maintain responsiveness when plotting large temporal datasets. The project distinguishes itself as a plugin-based visualization framework that allows for custom renderers to create specialized visuals such as heatmaps and box-and-whisker plots. It also serves as an interactive financial charting tool, specifically supporting OHLC charts, bars, and