Skip to content

My implementation of the go fish card game in C.

Notifications You must be signed in to change notification settings

AgonyInTheIrony/goFish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An implementation of the go fish card game in C.

It is recommended to compile this program using the following line:
gcc -Wall -Werror -O -o goFish Game.c runGame.c ai.c

Created by Adam Douglas and James Wardman.

About

My implementation of the go fish card game in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.2%
  • C++ 9.8%