A downloadable game for Windows

This game was a submission to the MyFarms Game Jam II - Feb 2014

Entry by Adam Keenan and Justice Juraschek


- Name of your game

- MultiTag (Cause you can’t play tag with yourself)

- Brief description of your game

- It’s a multiplayer hide-and-go-seek-tag game. Towards the end something happened that made both the communication between server and client and the graphics lag a lot. We could not find the source of the lag. - The lag was found. It was the lamp image for some reason.

- How to build/run/play your game

- You need python 3 with the pygame and pymunk libraries. It was written for python 3.3 but I’m assuming 3.2 will work. You run 'main.py server' to run the server then connect by running 'main.py client [ipaddress]'. The first person to connect is 'it' and the second person is the runner.

- Controls, if not discussed inside your game

- Arrow-keys to move. Space to jump. RightControl to turn invisible-ish.

- How your game uses the theme, if it's not self-explanatory

- You are trying to get to the base without your opponent tagging you. You can “hide” by turning slightly invisible to try and sneak by.

Download

Download
multitag.zip 22 MB

Install instructions

You need python 3 with the pygame and pymunk libraries. It was written for python 3.3 but I’m assuming 3.2 will work. You run 'main.py server' to run the server then connect by running 'main.py client [ipaddress]'. The first person to connect is 'it' and the second person is the runner.