Search:

Type: Posts; User: poopiepantz2525

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,586

    Sorry that I wasn't clear.... Okay basically,...

    Sorry that I wasn't clear....

    Okay basically, I'm making the game gomoku(five-in-a-row). So basically, it's a game where the player tries to get his pieces "5-in-a-row" in order to win. Kind of...
  2. Replies
    4
    Views
    2,586

    2D diagonal counter

    Hi,

    My program has a 2-dimensional grid. Basically it's a grid of 19x19 and bunch of '0's. I want to be able to count diagonally when I insert 'x's that are diagonal... such as...

    0000x
    000x0...
  3. Replies
    1
    Views
    737

    String to float

    Hi,

    I'm having a difficult time trying to make a function that transforms a string into characters.
    More specifically, I have to input a complex number ex. "4+i6" and then convert that into two...
Results 1 to 3 of 3