Thread: blackjack game

  1. #1
    Registered User
    Join Date
    Mar 2002
    Posts
    13

    Question blackjack game

    I am attempting to write a c program for a blackjack game for my c programming class. I have the code for the shuffling of the cards. I am required to use six decks of cards. My professor says that it can be written in 1000 lines of code. I was thinking about using a struct for this program. Any ideas?

  2. #2
    Registered User C_Coder's Avatar
    Join Date
    Oct 2001
    Posts
    522
    This may give you some ideas Blackjack(21)
    I imagine you will be able to do it with less than 1000 lines of code.
    Last edited by C_Coder; 03-02-2002 at 04:45 PM.
    All spelling mistakes, syntatical errors and stupid comments are intentional.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple Blackjack Program
    By saber1357 in forum C Programming
    Replies: 1
    Last Post: 03-28-2009, 03:19 PM
  2. 2D Game project requires extra C++ programmers, new or experienced
    By drallstars in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 05-16-2007, 10:46 AM
  3. PC Game project requires c++ programmers
    By drallstars in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 02-22-2006, 12:23 AM
  4. Game Engine Link Prob
    By swgh in forum Game Programming
    Replies: 2
    Last Post: 01-26-2006, 12:14 AM
  5. Game Programmer's AIM Circle: Join Today
    By KingZoolerius66 in forum A Brief History of Cprogramming.com
    Replies: 28
    Last Post: 12-20-2003, 12:12 PM