13 Repositories
Python multiplayer Libraries
Python game engine for 2D multiplayer online games.
LAN-Caster The goal of LAN-Caster is to provide an easy-to-use code base (game engine) for developing 2D multiplayer online games. LAN-Caster original
Client-Server design (guess the closest number to the average score game)
Multiplayer game (enter the number closest to the average) Design Client-Server design The client's side is responsible for sending numbers from the g
A networking library for multiplayer games.
Aerics A networking library for multiplayer games. Getting Started Install Python Open cmd/terminal and type: pip install Aerics Examples Creating a
AXI Combat is a networked multiplayer game built on the AXI Visualizer 3D engine.
AXI_Combat AXI Combat is a networked multiplayer game built on the AXI Visualizer 3D engine. https://axi.x10.mx/Combat AXI Combat is released under th
Made with pygame. Multiplayer game using socket module and threading.
Rock Paper Scissor made with python-pygame. Poorly made, as a beginner in programming. Multiplayer with server code and client code provided.
An algorithm to reach a correlated equilibrium in multiplayer games.
Correlatedpy: a python library for distributed learning of correlated equilibrium in multiplayer strategic games. View Demo · Report Bug · Request Fea
A multiplayer RPG Discord bot, where you play as a god.
To run Ensure your Python is up to date, and install packages from requirements.txt Duplicate secrets-template.yaml, and name it secrets.yaml Insert y
Guess Your Card - A Multiplayer Python Game
Guess Your Card - A Multiplayer Python Game This is a guessing card game having two levels - Developed in Python and can be played between two to four
Multiplayer 2D shooter made with Pygame
PyTanks This project started as a one day project with two goals: Create a simulated environment with as much logic as possible written in Numpy, to o
Deep Reinforcement Learning for Multiplayer Online Battle Arena
MOBA_RL Deep Reinforcement Learning for Multiplayer Online Battle Arena Prerequisite Python 3 gym-derk Tensorflow 2.4.1 Dotaservice of TimZaman Seed R
A use of the python MCPI to enhance the multiplayer and singleplayer gameplay.
Morpheus 2.0 A use of the python MCPI to enhance the multiplayer and singleplayer gameplay. To Use: You will need to install the keyboard, pysimplegui
Tetri5 - Multiplayer Websocket Backend
Tetri5 - Multiplayer Websocket Backend This repository is the backend of the multiplayer portion of the Tetri5 game client. It uses the python websock
Selfplay In MultiPlayer Environments
This project allows you to train AI agents on custom-built multiplayer environments, through self-play reinforcement learning.