Search:

Type: Posts; User: richardpd

Search: Search took 0.00 seconds.

  1. Thanks std10093-just the job! (or in my pidgeon...

    Thanks std10093-just the job!
    (or in my pidgeon Greek- efharisto para poli para kalo!
    well-C coding is nearly all Greek to me or is that all Geek?! LOL!).
    Now to tackle some of those easy 2 player...
  2. Adak Thanks for your help. I now have...

    Adak
    Thanks for your help.
    I now have this-which I think is getting near to what I intended!


    #include <stdio.h>

    int twoplayergamecode(){

    return 0;
  3. Ok-thanks for your helpful reply. Giving values...

    Ok-thanks for your helpful reply. Giving values to my variables means the code compiles with no warnings eg:
    [CODE]
    int player1=0;
    int player2=1;
    int true=1;
    [CODE]

    But how can I/do I...
  4. Alternating turns in C code for 2 player game

    Hi
    I am interested in ways to code taking turns for 2 player board games & came across this code using loops on the site here:For, While and Do While Loops in C - Cprogramming.com

    I am trying to...
Results 1 to 4 of 4