Click here to Skip to main content
15,891,423 members
Articles / Multimedia / GDI
Article

Comboling

Rate me:
Please Sign up or sign in to vote.
3.50/5 (2 votes)
14 Feb 20051 min read 33.7K   904   12   3
Very addictive game that demonstrates some GDI, sound, and 100% solvable puzzle creation (from all the testing so far).

Introduction

I first ran into Comboling through random web surfing. I quickly found it addictive and fun. I had an up and coming project for a GUI class, and decided to port this game as best as I could in the time frame that was available for me. I had to do as much research on the game as I could to give proper rights to the person who conceptualized the game. I found no help in determining the algorithmic means of tile placement. Through much testing, I derived my own.

Background

Comboling was conceptualized by Jerome Lulling in the mid 80's while he was staring at the tiles on his bathroom floor. To play the original game, please visit www.comboling.com

To learn more about Jerome Lulling, please visit www.jeromelulling.com.

Points of Interest

I learned how to create a solvable puzzle for every tile-placement iteration. I started the problem off very complex to try and find a clever way to determine that the "path" that the tile placement was going would come up with "traps" that would inevitably make the puzzle unsolvable. I even ran into gruff when I threw in a slope calculation on accident. I eventually ran into the simple solution that if a tile were placed, then the direction of the previous tile must not be an available option for the next tile placement. That, and simply only that, made my algorithm work, and through rigorous beta testing, I was able to prove to myself enough that I did it. Please Enjoy!

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralNo htmlhelp.h Pin
NGS 54967216-Feb-05 7:05
NGS 54967216-Feb-05 7:05 
GeneralRe: No htmlhelp.h Pin
diilbert19-Feb-05 16:21
diilbert19-Feb-05 16:21 
GeneralRelated game, just as a bookmark... Pin
Kochise14-Feb-05 21:12
Kochise14-Feb-05 21:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.