/Arcus

A simple game made in Python using pygame

Primary LanguagePython

ArcuS

forthebadge made-with-python
Join the chat at https://gitter.im/ArcusChat/community

Arcus is 2D shooting game made in Python using pygame.

GamePlay :-

screenshot screenshot

Multiplayer :-

A multiplayer version of the game made using socket communication.

Requirements :-

  1. Python(2 or 3)

  2. pygame

    install it by typing

    sudo apt-get install python-pygame

    OR

    pip install pygame

How to start playing :-

  1. Clone the repo
  2. Run python main.py

For multiplayer :-

checkout the multiplayer branch
  1. Change the server_ip in the constants_file to localhost for P1
  2. Run python server.py
  3. Change the server_ip for P2 to the public ip of the system on which the server is running
  4. P1 and P2 run run python main.py and click on multiplayer

Controls :-

  1. Give direction to the arrow using the mouse
  2. Drag the arrow to increase velocity
  3. Release to Shoot

Contributons :-

  1. All contributions are welcome.
  2. Please feel free to open any new issues for bugs or feature requests.
  3. Please try to include a screenshot with the pull request if any visual changes are made to the game.
  4. Please feel free to communicate on the gitter channel if you face any problem.

Communication channel :-

Gitter