Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#ActualAticAtac

Posted 30 September 2012 - 04:53 AM

Yep, when it comes to describing rules i am lost Posted Image
You did it very well !

My next step is to make the code iterative, the problem:
I will run this on smartphones (iOS, Android) where i cann't use multi-threading. One challange i will be facing is to somehow update the screen while the CPU is "thinking".
My first idea is to call screen-updates from the Negmax-function "periodically" without losing too much CPU-time for the A.I.

#1AticAtac

Posted 30 September 2012 - 04:51 AM

Yep, when it comes to describe rules i am lost Posted Image
You did it very well !
My next step is to make the code iterative, the problem:
I will run this on smartphones (iOS, Android) where i cann't use multi-threading. One challange i will be facing is to somehow update the screen while the CPU is "thinking".
My first idea is to call update from the Negmax-function "periodically".

PARTNERS