From 81e576ed00137543f89e1892f148f442c807fa40 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 16 Nov 2013 01:05:54 -0500 Subject: hello: New game. Easiest game ever. Prints "Hello, world!". --- diff --git a/games/hello/init.lua b/games/hello/init.lua new file mode 100644 index 0000000..e813b61 --- /dev/null +++ b/games/hello/init.lua @@ -0,0 +1,3 @@ +function on_init() + print("Hello, world!"); +end -- cgit v0.9.1