{% extends 'pageWrapper.html' %} {% block head %} {{ super() }} Start Playing {% endblock %} {% block body %} {% include 'header/oceanHeader.html' %}

Start Playing

If you're ready to start playing but don't know where to begin, check out the tutorials page. It has all the resources you need to create a config file and get started. If you already have a config file, or a zip file containing them, read on.

To start playing a game, you'll first need to generate a randomized game. You'll need to upload either a config file or a zip file containing one more more config files.

If you have already generated a game and just need to host it, this site can
host a pre-generated game for you.

{% include 'islandFooter.html' %} {% endblock %}