Cleptomania / Square-Game

A multiplayer example with Arcade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Square Game

This is an example of a multiplayer game built with Python using the Arcade library. In addition, it utilizes a slightly modified version of Esper

Installing

Simply run the following command:

python -m pip install .

Running the Game

The game has two separate components, the client and the server.

Running the Server

You can run the server with the command:

python -m square -s

You can also provide the following options to the server command:

  • -a, --address - the address to bind to, defaults to 127.0.0.1
  • -p, --port - the port number to use, defaults to 9000

Running the Client

Simply run:

python -m square

About

A multiplayer example with Arcade

License:MIT License


Languages

Language:Python 100.0%