--- title: "Workshops" layout: page-wide --- {% assign upcomingEvents = 0 %} {% for post in site.posts %} {% if post.url and post.event_date %} {% capture nowunix %}{{'now' | date: '%s'}}{% endcapture %} {% capture posttime %}{{post.event_date | date: '%s'}}{% endcapture %} {% if posttime >= nowunix %} {% assign upcomingEvents=upcomingEvents | plus:1 %} {% endif %} {% endif %} {% endfor %}
Participate or organise any of the below workshops yourself by starting with our documentation and using our server.
Ultimate TicTacToe is a game of tic tac toe on steroids. Originally popular in Mathematics circles, it involves playing nine games of tic-tac-toe on a single board, simultaneously!
Battleships with a twist - participants can place a variety of non-linear ships, and must avoid islands.
Tic-Tac-Toe is the classic game (you may know it as noughts and crosses) - a simpler form of Ultimate Tic-Tac-Toe that is suitable for beginner programmers
Students will develop their own self driving algorithms to drive a simulated car, avoid pedestrians and obstacles in the road and ultimately be the first to get their passengers safely to their destination.
{{ post.event_abstract }}