8000
Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text MOBA

A text-based game created with python curses library. Supports multiplayer and custom map importing form images and json files. Note that curses library does not have Windows version. To play on Windows you need virtual machine or linux subsystem.

To get started:

Start the server: python3.7 server/src/server.py [your ip]:[port]

Connect a client: python3.7 game/src/main.py [server ip]:[port]

Import map from image: python3.7 server/image_to_map.py [input.png] [output.json]

  • Note that you'll need Pillow library if you want to import your own map from image.

Screenshots

About

Multiplayer text-based shooter created with python curses library

Resources

Stars

56 stars

Watchers

6 watching

Forks

37B9

Releases

Contributors

Languages

0