Search:

Type: Posts; User: Noctem

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    6,705

    Need help on my Mancala game.

    #include <iostream>
    using namespace std;

    int board[14];
    void move(int board[], int pos, int turnNum);
    void update(int board[]);
    int main()
    {
    int pos;
    board[0] = 4;
  2. Thread: Pong?

    by Noctem
    Replies
    12
    Views
    2,094

    Actually, Java is the only programming class at...

    Actually, Java is the only programming class at that school, other that QBASIC which I don't want to take. The problem is, I just don't know how to start. Like, how do I make the ball bounce, how do...
  3. Thread: Pong?

    by Noctem
    Replies
    12
    Views
    2,094

    Pong?

    I've been programming in C++ for about 2 months, then I decided to take a break to keep my grades high. Now, I'm almost in high school and I've decided to take a Java class. So, I decided to get back...
Results 1 to 3 of 3