Search:

Type: Posts; User: Magma

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: Names for game

    by Magma
    Replies
    3
    Views
    1,189

    whats your game?

    whats your game?
  2. Replies
    1
    Views
    1,578

    Borland C++ 5.01 lib

    Is there any place i can download those? i need them for school stuff, so i can work at home
  3. Thread: Cribbage Game

    by Magma
    Replies
    14
    Views
    7,897

    ya i use most of those rules but change a few, my...

    ya i use most of those rules but change a few, my friends play totally wacked rules
  4. Thread: Web Scripting

    by Magma
    Replies
    5
    Views
    2,054

    just in case you want some info on web scripting...

    just in case you want some info on web scripting

    www.w3schools.com << great site i learned HTML from there in like 3 days and been playing around with it for a long time
  5. Thread: Cribbage Game

    by Magma
    Replies
    14
    Views
    7,897

    well anything that adds up to 15 is 2 points...

    well

    anything that adds up to 15 is 2 points
    run of 3 is 3
    run of 4 is 6 (not 4)

    3 of a kind is 6
    2 of a kind is 2

    kings, queens, jacks are 10
  6. Thread: Cribbage Game

    by Magma
    Replies
    14
    Views
    7,897

    Yes i know the user counts his own cards, im...

    Yes i know the user counts his own cards, im saying they should have a choice to count there cards or have them counted by the comp, and offical rules are different depending on were you got them :p...
  7. Thread: Cribbage Game

    by Magma
    Replies
    14
    Views
    7,897

    Re: Cribbage Game

    Good but, you should all the user to either count there own cards OR get it done auto, since theres so many versions of crib out there some peoples rules and counting are different than what you have...
  8. Thread: finally

    by Magma
    Replies
    4
    Views
    1,010

    i found a few little bugs in it when i was...

    i found a few little bugs in it when i was working today so i will update those really soon, and i would like to figure out how i can render a card on the screen
  9. Thread: finally

    by Magma
    Replies
    4
    Views
    1,010

    heres a compiled version of it for download :D ...

    heres a compiled version of it for download :D

    http://www.mysticmagma.com/code/blackjack2.exe
  10. Thread: finally

    by Magma
    Replies
    4
    Views
    1,010

    ya aces are 1 since its my first good console...

    ya aces are 1 since its my first good console program

    now im learning about the "void" and how it works
  11. Thread: finally

    by Magma
    Replies
    4
    Views
    1,010

    finally

    got my black jack game working!

    lvp is found at www.lvp.com
  12. Thread: help!!

    by Magma
    Replies
    4
    Views
    1,503

    thats suppose to be for if the player hits the...

    thats suppose to be for if the player hits the key S and the dealer total is less than or = to 21 the dealer should (if the code was there) hit him self untill he gets 17 or busts
  13. Thread: help!!

    by Magma
    Replies
    4
    Views
    1,503

    i dont know whats wrong! thats just it

    i dont know whats wrong! thats just it
  14. Thread: help!!

    by Magma
    Replies
    4
    Views
    1,503

    help!!

    the dealer wont loop in my C++ and i get some crazy errors
    there useing LVP lib so you can download them at www.lvp.com
  15. Replies
    5
    Views
    2,105

    ok i have tryed every .exe file in the folders...

    ok i have tryed every .exe file in the folders and not one of them works :( could someone help me out here?
  16. Replies
    5
    Views
    2,105

    now what file opens the compiler once i made...

    now what file opens the compiler once i made those files....
  17. Replies
    5
    Views
    2,105

    well y dont they just put it all in the setup...

    well y dont they just put it all in the setup file then :rolleyes:
  18. Replies
    5
    Views
    2,105

    Help with Borland C++ 5.5

    For the install it says

    Installing and running the Command Line Tools
    -----------------------------------------------

    1. Run freecommandlinetools.exe; choose the
    drive and folder into...
  19. Replies
    4
    Views
    924

    beats me its just all the files found in the lvp...

    beats me its just all the files found in the lvp folder
  20. Replies
    4
    Views
    924

    can anyone help me loop it? and make the dealer...

    can anyone help me loop it? and make the dealer give him self cards untill hes <=17
  21. Replies
    4
    Views
    924

    heres the LVP lib

    heres the LVP lib
  22. Replies
    4
    Views
    924

    Help with some Code

    I have lots done for a easy black jack game, but i need help looping it and makeing it so the dealer will stop hitting onces hes past 17 or over 21

    heres the CPP

    *Note the lvp varibles are...
  23. Replies
    10
    Views
    2,260

    this is what i have #include ...

    this is what i have



    #include <iostream.h>
    #include <stdlib.h>
    #include <conio.h>
    #include <lvp\random.h>
    #include <lvp\string.h>
  24. Replies
    10
    Views
    2,260

    nope

    nope
  25. Replies
    10
    Views
    2,260

    well i only know so much since im takeing a...

    well i only know so much since im takeing a course in school so it wont be to complex (i hope)

    so i figure just something simpe like face cards are 10 and ace is 1.


    im gonna need the...
Results 1 to 25 of 41
Page 1 of 2 1 2