sredna43 / Whist

A card game, written for Linux and soon for Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project - Whist

Project for Software Design Fall 2017

Getting Started

Linux:

  1. Make sure you have OpenGL installed
  2. Clone or Download this repository
  3. Navigate to the folder where you stored everything
  4. Run make Whist
  5. Enjoy! Follow along with the command console to see helpful outputs.

Contributing

As usual, pull before pushing. This is especially important if you are working on main for some reason.

Please, please, make good comments in your code. Please. This will help with general readability and debugging.

In the words of Kendal Jenner

You can get a million comments about how beautiful you look and how awesome you are, but the one comment that says they hate you and you're ugly is the one that sticks.

Most importantly, have fun working!

Tasks

Classes to be built

  • Card
  • Deck
  • Gamestate
  • Player
  • Human
  • AI

Other things to be done

  • Finish Whist.cpp (Main code)
  • Impliment graphics
  • Impliment sound

Big changes

  • Add windows version

Built in C++ using OpenGL on Linux/Unix

Soon to be on Windows

Contributors

  • Anders Olson
  • Bennet Robelia
  • Kshitij Gurung
  • Nathan Camuso

About

A card game, written for Linux and soon for Windows.


Languages

Language:C++ 98.0%Language:Makefile 2.0%Language:C 0.0%