3 个仓库
Self-contained JavaScript modules implementing classic games like Minesweeper with their own game loops and state management.
Distinct from HTML5 JavaScript Games: Distinct from HTML5 JavaScript Games: specifically packages classic games as modular, self-contained implementations within a desktop simulation.
Explore 3 awesome GitHub repositories matching web development · Classic Game Implementations. Refine with filters or upvote what's useful.
🏁 Web based Windows XP desktop recreation.
Ships a playable Minesweeper game as a self-contained JavaScript module within the desktop simulation.
OpenSC2K 是一个开源 JavaScript 城市建设引擎,设计为 SimCity 2000 的复刻版。它作为一个基于 Web 的模拟,使用 Phaser 3 框架来实现游戏循环和实体管理。 该项目利用 WebGL 和 Canvas 渲染来可视化大规模城市环境。它包括一个基于坐标的摄像机系统,支持在重建的游戏世界中进行平移和缩放。 该引擎结合了一个数据管道来解析遗留城市文件和图形资产,使其能够在现代 Web 浏览器中重建和显示城市布局。
Implements a classic city simulation as a modular JavaScript project using the Phaser 3 framework.
Mario-Kart-3.js 是一个基于 JavaScript 的浏览器 3D 赛车模拟游戏。它利用 WebGL 游戏引擎,通过图形硬件直接在 Web 浏览器中渲染三维赛道和车辆模型。 该模拟游戏具有基于物理的漂移和机动系统以获取速度加成,以及用于在比赛中部署竞争优势的道具系统。 该项目包含一个将键盘和鼠标输入映射到转向和加速的车辆控制系统,以及一个管理碰撞检测和脚本化道具逻辑的模拟引擎。
Provides a functional JavaScript implementation of kart racing mechanics and physics.