百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
2

24a2

> 编程语言
开源

一个超级简洁的游戏引擎

709 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个超级简洁的游戏引擎

24a2

24a2 is a simple game engine that lets you to build a game in a few hours. It has a very limited set of features which makes it easy to learn, and encourages you to solve problems creatively.

24a2 games are written in JavaScript (or TypeScript) and are played in a web browser, so you can easily share what you’ve created.

All 24a2 games feature a 24 by 24 grid of dots. You can set the color of each dot, and read the color of each dot back. 24a2 can also run a function you define when an arrow key is pressed, or when a dot is clicked on.

That’s about it! There are a few other features, which you can find out about in the tutorial and the API reference.

Using 24a2 means you don’t have to think about the visual style of your game, complicated physics or sound - you can just focus on actually building something.

Please see our website for more information, examples, and a tutorial

Games built with 24a2

  • Space invaders, by @jes
  • Palindrome Colors, by @andrewnc
  • Samegame, by @kentbrew
  • You Killed a Bear, by @craigmbooth
  • Maze Craze, by @shaneriley
  • 24Rogue, by @raza6
  • Paint, by @bernardini687
  • 24MadRush, by @keatonfs
  • Helter Shelter, by @tolbish
  • Tic-Tac-Toe, by @r3pwn
  • Conway's Game of Life, by @micahcantor

If you've built something using 24a2 please let us know! Feel free to open an Issue or Pull Request to add it to this list.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScriptgamegame-engine

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言