Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

aShimoka/Python-Bataille-Navale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battleships - Python

This is a Python3 project made to recreate the game "Battleships" with networked multiplayer capabilities.

Running the project.

To run the project, simply clone this repository and start the main.py file.

Arguments

REQUIRED: --config (or -c) [CONFIG_FILE_NAME] Selects the configuration of the game. Use MultiplayerConfig for the default multiplayer mode or SingleplayerConfig for a single player game. (NOTE: The singleplayer is not working for now)

--server Launches the instance of the game in server mode.

--client Launches the instance of the game in client mode.

--port [PORT] The port to use for multiplayer sessions.

--address [ADDRESS] The listening address used by the server or the address to connect to for the client.

--silenced Turns all sounds off.

About

Une bataille navale réalisée en python avec la librairie Pygame.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages