Skip to content

Multiplayer text-based shooter created with python curses library

Notifications You must be signed in to change notification settings

gameboy86/text-moba

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

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

Upcoming features

  • Host will be able to issue commands and events
  • Diffrent guns
  • Spectator mode
  • Different game modes

About

Multiplayer text-based shooter created with python curses library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%