Skip to content

A programming game in which players are tasked to solve a problem using Python.

License

Notifications You must be signed in to change notification settings

Tamagamaru/multiplayer-programming-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

multiplayer-programming-game

In this game, players are tasked to solve a problem (such as those featured on Project Euler) using Python. They must finish their solutions within the time limit, and at the end of each round, each solution is scored. The score depends on how fast their code is, how short it is and/or how long the player took to complete it.

This project includes a server and client program. The server program allows the host to manage problems (creating, deleting, scheduling), manage players (kicking, banning), and manage general game settings (time limit, scoring method). The client program allows players to connect to a server to play the game, but it also includes features such as syntax highlighting, auto-indentation and custom aesthetic settings.

About

A programming game in which players are tasked to solve a problem using Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages