🏠
home
❔
about
📂
examples
✎
tutorial
📖
reference
💾
download
😸
GitHub
💬
forums
♯
chat
allegro.js
HTML5
game making library
Create games that work on any device that has a browser including phones, tablets and smart tvs!
No download, plugins or tweaking required.
No OOP
no classes, no hassle
Structural programming is easy to learn for beginners and works well during game jams and prototyping sessions.
easy to learn
quick to use
Hello world!
function
main
() {
allegro_init
();
set_gfx_mode
(
"id"
,
640
,
480
);
clear_to_color
(
canvas
,
makecol
(
255
,
255
,
255
));
textout
(
canvas
,
font
,
"Hello World!"
,
100
,
100
,
24
,
makecol
(
0
,
0
,
0
));
return
0
; }
END_OF_MAIN
();
It's THAT simple!
100% free!
no strings attached
$0
no money
only love ♡