All Projects → jamesroutley → 24a2

jamesroutley / 24a2

Licence: mit
🏵 An ultra-minimalist game engine

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to 24a2

Kengine
Entity-Component-System (ECS) with a focus on ease-of-use, runtime extensibility and compile-time type safety and clarity.
Stars: ✭ 417 (-36.43%)
Mutual labels:  game, game-engine
Dwarfcorp
An open-source 3D colony management game for PC, Mac and Linux
Stars: ✭ 460 (-29.88%)
Mutual labels:  game, game-engine
Flame
A minimalist Flutter game engine
Stars: ✭ 5,543 (+744.97%)
Mutual labels:  game, game-engine
Game
⚔️ An online JavaScript 2D Medieval RPG.
Stars: ✭ 388 (-40.85%)
Mutual labels:  game, game-engine
Anything about game
A wonderful list of Game Development resources.
Stars: ✭ 541 (-17.53%)
Mutual labels:  game, game-engine
Rigelengine
A modern re-implementation of the classic DOS game Duke Nukem II
Stars: ✭ 393 (-40.09%)
Mutual labels:  game, game-engine
Gideros
Gideros Release version
Stars: ✭ 442 (-32.62%)
Mutual labels:  game, game-engine
Terasology
Terasology - open source voxel world
Stars: ✭ 3,247 (+394.97%)
Mutual labels:  game, game-engine
Etlegacy Deprecated
Archived repository. For current repo, see: https://github.com/etlegacy/etlegacy
Stars: ✭ 470 (-28.35%)
Mutual labels:  game, game-engine
Fheroes2
Free implementation of Heroes of Might and Magic II game engine
Stars: ✭ 471 (-28.2%)
Mutual labels:  game, game-engine
Magnum
Lightweight and modular C++11 graphics middleware for games and data visualization
Stars: ✭ 3,728 (+468.29%)
Mutual labels:  game, game-engine
Quadplay
The quadplay✜ fantasy console
Stars: ✭ 563 (-14.18%)
Mutual labels:  game, game-engine
Friceengine
🎮 JVM game engine based on Swing/JavaFX.
Stars: ✭ 330 (-49.7%)
Mutual labels:  game, game-engine
Cpp 3d Game Tutorial Series
C++ 3D Game Tutorial Series is a YouTube tutorial series, whose purpose is to help all those who want to take their first steps in the game development from scratch.
Stars: ✭ 400 (-39.02%)
Mutual labels:  game, game-engine
Games
🎮 A list of popular/awesome video games, add-ons, maps, etc. hosted on GitHub. Any genre. Any platform. Any engine.
Stars: ✭ 18,676 (+2746.95%)
Mutual labels:  game, game-engine
Ebiten
A dead simple 2D game library for Go
Stars: ✭ 5,563 (+748.02%)
Mutual labels:  game, game-engine
Base
Base environment for Red Eclipse and associated source files.
Stars: ✭ 273 (-58.38%)
Mutual labels:  game, game-engine
Defaultecs
Entity Component System framework aiming for syntax and usage simplicity with maximum performance for game development.
Stars: ✭ 286 (-56.4%)
Mutual labels:  game, game-engine
Lgame
A cross-platform Java game Engine (Framework) , support JavaFX / Android / IOS / HTML5 / Linux / MAC / Windows
Stars: ✭ 467 (-28.81%)
Mutual labels:  game, game-engine
Entitas Csharp
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Stars: ✭ 5,393 (+722.1%)
Mutual labels:  game, game-engine

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].