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

Start Playing

To start playing a game, you'll first need to generate a randomized game. You can do that on this website, by clicking the button below labeled 'Generate and Host'.

If you have already generated a game and would just like to host it on this site, click the button labeled 'Host Only'

If you have no idea what any of that means, don't worry! We have a page full of tutorials for each game that will get you started properly. To get there, click on the button labeled 'Tutorials'.

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