Login |
Signup
Are you a developer? You can create your own adventures. See our documentation for more information.



Build adventures using the lua programming language.
-- hello world
geo.event.join(function(event)
geo.ui.append(event.player_id, geo.widget.text(
"Hello World"
))
end)That was just a very small example. See the documentation and create your first adventure.