Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ali-ahnaf/run_barry_run

a tile based maze solving multiplayer game created with the purpose of getting familiar with multiplayer games with sockets in python
https://github.com/ali-ahnaf/run_barry_run

multiplayer-games python socket-programming

Last synced: 2 days ago
JSON representation

a tile based maze solving multiplayer game created with the purpose of getting familiar with multiplayer games with sockets in python

Awesome Lists containing this project

README

        

# Run_Barry_Run ⚡️

Objective: To get familiar with socket programming

Description: A PvP multiplayer maze solving game where the players have to compete against each other to reach the final destination while being chased by an enemy.

Module: Pygame and pickle (for networking)

Used Dijkstra’s shortest path algorithm for the bot, which apparently doesn’t have a proper image :3 as I couldn't find one suitable to fit in the grid.

Future modifications:
- load multiple maps
- add multiple enemies
- add phasing powers to cross through n number of walls

Gameplay: https://youtu.be/kSGp81IjQZk