Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 747 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 747 Bytes

WAM (War Against Memes) - A local/online multiplayer game in pygame

Copyright Emily Boarer 2021

To run:

You need to be running pygame 1.9.6 (pygame 2 does not work properly) and python 3.7 or greater. Run the WAM.py file to launch the game. There may be resource conflicts if you try to run multiple instances on the same computer, and you may need to close all instances to fix these. Alternatively, just run the server.py file to host a server that anyone can join. The game is configured to run on port 80 - change this if you intend to run the game outside of your LAN!!! (change on line 343 in WAM.py I believe)

About

This was my A Level coursework project. I have not touched it since then, and have no current intentions to do so.