Catan is a online multiplayer AI version of the classic game Settlers of Catan
- go into the catanServer.py, catanClient.py, and saveme.py, files and change the HOST variable at the very top to a string of your I.P. address. You can find this by google searching "what is my IP address"
- run catanServer.py by entering 'python3 catanServer.py' in your terminal
- decide whether you want to play with just your friends or with your friends against AI
- if you want to play with just your friends simply have yourself and each of your friends run the catanClient.py file by entering 'python3 catanClient.py' in your terminal Careful only one person (you) runs the server file
- if you want to play with an AI you and all of your friends must first run 'python3 catanClient.py'. After you are all in the wait screen or lobby you run 'python3 saveme.py' it is important this file is run last
- Sign up/in and enjoy the wonderful world of Catan
- To end the game press the x in the top left then 'control-c'.
- Users validated with SQL database
- Sockets allow for computer to computer communication
- Multi-threading allows for seamlesss p2p communication and gameplay
- Custom UI/UX keep to old time feel and simplicity of Catan
- Data structures such as stacks, queues, priority queues, adjacency lists, graphs, hash maps increase efficiency
- Algorithms such as Dijkstra's, Breadth First Search, and Depth First Search
- Greedy AI
Copyright [2018] [Connor Clancy]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.