🔒 Closed SOS game

Status
Not open for further replies.
try 3x3 array first, then expand your array and adjust your logic to match its dimension

sos game is basically :
Code:
// pseudo 3x3
let table[row][col]

while(1)
 switch(players)
  case P1:
    read turnP1
  case P2:
    read turnP2
  default
    continue

  /*
   * YOUR LOGIC HERE
   */
 
Status
Not open for further replies.

Similar threads

About this Thread

  • 1
    Replies
  • 629
    Views
  • 2
    Participants
Last reply from:
fireclouu

Trending Topics

Online now

Members online
1,181
Guests online
3,651
Total visitors
4,832

Forum statistics

Threads
2,308,395
Posts
29,184,819
Members
1,191,965
Latest member
capacitynmw
Back
Top