Giter Site home page Giter Site logo

go-fish's Introduction

Project 2 - CC3067 - 2021

A multiplayer implementation with rooms for Go Fish ๐ŸŸ card game.
Local 127.0.0.1

Requirements ๐Ÿ“‹

  • Python 3.8.*

How to Use ๐Ÿš€

  1. Download all python files.
  2. Start server
python3 server.py -capacity [max capacity for rooms]

Default server capacity (if not provided) is 3.

  1. Connect Client(s)
python3 client.py

Each client is assigned a free slot in a room, when room capacity is filled, game begins.

Components ๐Ÿ“‚

Component Description
Server Handles all rooms, client autojoins and overall comunication.
Client Handles user info, autojoin requests and user game interaction.
Room Handles room's game and room's players data.
Game Go Fish implementation. Handles: deck, hands, current turn, ocean and rules.
Utils Module for util functions.

Authors โœ๏ธ

References ๐Ÿ”

go-fish's People

Contributors

lfquezada avatar jennsis avatar estdv avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.