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.