Metadata-Version: 2.1
Name: villagewars_package
Version: 0.1.1
Summary: A Python Package for VillagWars
Author-email: Aaron McCormick <aamcc@cluemail.com>
License: Copyright (c) 2018 The Python Packaging Authority
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

Welcome to VillageWars!

Here's some info on how to play this game successfully.

First, you need to install python. To download the installer, visit this link: https://www.python.org/ftp/python/3.10.6/python-3.10.6-amd64.exe

If python is already installed, move on.

When running the server for VillageWars, the computer has to access and give information through port 5555. If you can customize your firewall to let this port be used by python, then great. Otherwise you'll have to turn off the firewall temporarily while running the server.

You should be good to go!

Quickstart:

>\>\>\>import villagewars_package

>\>\>\>villagewars_package.download('C://Users/me/Desktop/')

Go inside the VillageWars folder that was created and you'll see the current version as a folder. Go inside that and double-click "main.pyw" to start the client.
To run a server, go throught the src folder and double-click the "VillageWarsServer.py".

