• 1 Post
  • 276 Comments
Joined 9 months ago
cake
Cake day: October 19th, 2024

help-circle




  • Lovable Sidekick@lemmy.worldtoProgrammer Humor@programming.devCoding chess
    link
    fedilink
    English
    arrow-up
    33
    arrow-down
    3
    ·
    8 days ago

    This reminds me of one of my very first programs, a tic-tac-toe game I wrote in high school. It displayed hardcoded grids of Xs and Os and blanks very similar to what’s shown here. This approach worked because of the much more limited move possibilities. The program could always win if it made the first move, and always win or tie if the human moved first, depending on if the human made mistakes. I wish I still had the code.














  • The expense of running busy servers is too much to expect of anyone. I haven’t even tried to figure out how the math would work but I wonder if the ultimate solution could be more of a BitTorrent architecture where the “server” is a hive of users’ computers all sharing the load? I’m a software developer but have never worked on anything in that area, but since BitTorrent works it certainly seems feasible. Comments?