topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 1:16 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: The Incredible Machine solver  (Read 7539 times)

agentsteal

  • Honorary Member
  • Joined in 2007
  • **
  • Posts: 75
    • View Profile
    • Donate to Member
The Incredible Machine solver
« on: December 23, 2008, 09:44 PM »
I always wanted to make a distributed computing project that would use brute force to find interesting solutions to puzzles from The Incredible Machine (http://en.wikipedia.org/wiki/The_Incredible_Machine).

I found a Flash clone called The CCL Game: http://www.cclonline.com/pc/hardware/software/thecclgame/ccl_winter_game.swf

There are 10 levels to brute force.

I made a .swf file client that can be distributed. It tests tile arrangements that my server sends it and reports back whether it was a solution. However, it isn't ready to be released as a distributed computing project because it isn't optimized or secured and my server can't handle the project.

Is there anyone here with experience in creating distributed computing projects who would be interested in helping me get this project running?

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,747
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: The Incredible Machine solver
« Reply #1 on: December 24, 2008, 02:56 AM »
I'm afraid I can't offer the help you're requesting but I thought I'd just say that it sounds cool!

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: The Incredible Machine solver
« Reply #2 on: December 24, 2008, 03:10 AM »
Extremely cool.. i'm interested to hear more about how you went about doing the distributing computing project.

Codebyte

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 160
  • "Premature Optimization is the root of all evil."
    • View Profile
    • CodeByter.com
    • Donate to Member
Re: The Incredible Machine solver
« Reply #3 on: December 27, 2008, 01:24 AM »
what language are you coding it in? sounds like a great idea
CodeByter.com - http://www.codebyter.com

agentsteal

  • Honorary Member
  • Joined in 2007
  • **
  • Posts: 75
    • View Profile
    • Donate to Member
Re: The Incredible Machine solver
« Reply #4 on: January 15, 2009, 09:34 PM »
a
« Last Edit: March 11, 2009, 01:40 PM by agentsteal »

agentsteal

  • Honorary Member
  • Joined in 2007
  • **
  • Posts: 75
    • View Profile
    • Donate to Member
Re: The Incredible Machine solver
« Reply #5 on: March 20, 2009, 09:53 PM »
I have finally finished coding this project! Anyone who is interested in participating can download the C client. A detailed description of the project and the download link can be found here: http://agentsteal.dcmembers.com/

Any feedback or suggestions are appreciated.