PROGRAMS BY mmlacak.blogspot.com/

  • X vs. O game ( aka 5-in-line ) Free

    This is an attempt to make a X vs. O game, without using a back-tracing, or any other time wasteful algorithm. Instead, an arrays of bonuses are used. Bonuses are given for each move, after which empty fields are sorted.