Skip to content
forked from sredna43/Whist

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

Notifications You must be signed in to change notification settings

TroyDowling/Whist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.4%
  • Makefile 2.6%