-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f7b60a
commit 2af91e5
Showing
1 changed file
with
3 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,6 @@ | ||
# 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 is an ultra minimalist game engine. It's objective is to let you build a | ||
game in a couple of hours. It does this by severely limiting what you can do. | ||
24a2 games are written in JavaScript (or TypeScript) and are played in a web browser, so you can easily share what you’ve created. | ||
|
||
Things 24a2 supports: | ||
|
||
- A 24x24 grid of dots | ||
- The ability to set the colour of each dot to one of eight colours | ||
- The ability to read a dot's colour | ||
- Keyboard input (arrow keys only) | ||
- Variable framerate | ||
|
||
Things 24a2 doesn't support: | ||
|
||
- Everything else | ||
Please see our [website for more information, examples, and a tutorial](https://24a2.routley.io/) |