Search:

Type: Posts; User: stibs

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    6,303

    ok so to print the board i used 2 functions void...

    ok so to print the board i used 2 functions
    void help_print_board(int size)


    {
    int i=0;
    printf("%c",BOARD_ELEMENT);
    for(i=0;i<size;i++)
    {
    printf("%c",BOARD_ELEMENT);
  2. Replies
    3
    Views
    6,303

    help with c snake game

    1560215603
    can someone help me to create a snake game that will look like this and will preform like in the pictures
    my main probles is how to make the snake move and eat

    and i cannot use...
Results 1 to 2 of 2