SunQuest
           Older Contests
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP ContestsOlder Contests

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old March 14th, 2003, 01:51 PM
nodream nodream is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Norway
Posts: 22 nodream User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 m 59 sec
Reputation Power: 0
[DNO] Display of Moves - Question

When &method=display is set how detailed shuld the moves be represented..

Eg: Currently I have this :
1 : Shows what tile-group is removed
2 : How the board looks after its colapse

Shuld It display both how it look after a colapse down, and then after the colapse right.
Or is it enough to display only the final colapse?

Just wondering, still working on the display method, and may include both later...

Hope this won't be looked at as a compleatly stupid question, but I just want to be 100% shure.

Reply With Quote
  #2  
Old March 15th, 2003, 05:22 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
RE: [DNO] Display of Moves - Question

Not an official answer by any means...

But, I imagine a sufficient way to oupt would be in <PRE> tags the board after each successive move.

Like:
11133
22233
11133
33333
33333
-----
00000
00000
00111
00222
00111
-----
00000
00000
00000
00111
00111
-----
done. score = 301 moves = 3

Reply With Quote
  #3  
Old March 15th, 2003, 04:47 PM
Matt Matt is offline
Moderator
Codewalkers Specialist (4000 - 4499 posts)
 
Join Date: Apr 2007
Location: Florida
Posts: 4,158 Matt User rank is Private First Class (20 - 50 Reputation Level)Matt User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 h 10 m 20 sec
Reputation Power: 6
RE: [DNO] Display of Moves - Question

As long as I can follow the progression of moves it will be fine. Just showing after the full collapse is no problem..

Reply With Quote
  #4  
Old March 16th, 2003, 02:51 AM
fractalbit fractalbit is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 108 fractalbit User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: [DNO] Display of Moves - Question

I will try many different heuristics and keep the better scor of them. Do i have to display the steps of every heuristic i tried or just (all the steps) of the winning one?

Reply With Quote
  #5  
Old March 16th, 2003, 07:18 AM
fractalbit fractalbit is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 108 fractalbit User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: [DNO] Display of Moves - Question

Oh, and something more. I decided to add a bgcolor to each cell of the table but i am not very good in color combinations. Could someone post 8 html codes that work well together visually? Or 4-5 and i will find something for the rest.

Reply With Quote
  #6  
Old March 16th, 2003, 09:37 AM
crisp crisp is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Holland
Posts: 336 crisp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: [DNO] Display of Moves - Question

I use these:

#ff0000
#00ff00
#0000ff
#ffff00
#ff00ff
#00ffff
#ff8080
#80ff80

8 colors is anyway painfull to look at, and please don't use bgcolor, use css ;)

Reply With Quote
  #7  
Old March 16th, 2003, 11:41 AM
fractalbit fractalbit is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 108 fractalbit User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: [DNO] Display of Moves - Question

I think i found a good combination. Take a look here :

http://www.dpgr.gr/fractalbit/sample.html

The colors used are :

#669966
#ffff99
#ff0033
#336666
#ff6600
#663366
#cccc66
#FFA500

Reply With Quote
  #8  
Old March 16th, 2003, 12:00 PM
crisp crisp is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Holland
Posts: 336 crisp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: RE: [DNO] Display of Moves - Question

Quote:
I think i found a good combination. Take a look here :

http://www.dpgr.gr/fractalbit/sample.html

The colors used are :

#669966
#ffff99
#ff0033
#336666
#ff6600
#663366
#cccc66
#FFA500

Looks nice, except when your color-blind.
I like bright colors more; makes me feel like it's Christmas

Reply With Quote
  #9  
Old March 16th, 2003, 11:16 PM
fractalbit fractalbit is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 108 fractalbit User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: [DNO] Display of Moves - Question

Quote:
Looks nice, except when your color-blind.
I like bright colors more; makes me feel like it's Christmas


Yes, i know, but 8 bright colors, can make you color-blind. hehe

Reply With Quote
  #10  
Old March 17th, 2003, 01:14 AM
Matt Matt is offline
Moderator
Codewalkers Specialist (4000 - 4499 posts)
 
Join Date: Apr 2007
Location: Florida
Posts: 4,158 Matt User rank is Private First Class (20 - 50 Reputation Level)Matt User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 h 10 m 20 sec
Reputation Power: 6
RE: RE: [DNO] Display of Moves - Question


Quote:
I will try many different heuristics and keep the better scor of them. Do i have to display the steps of every heuristic i tried or just (all the steps) of the winning one?


Just the winning one...

Reply With Quote
  #11  
Old March 17th, 2003, 01:23 PM
gatopeich gatopeich is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Madrid, Spain / Boston, MA
Posts: 96 gatopeich User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 m 54 sec
Reputation Power: 2
Send a message via Yahoo to gatopeich
My colors

Here is my 8-color combination. I have selected them looking for max contrast. I let black for the foreground and white for empty spaces...

#FF0000 // red
#00FF00 // green
#0000FF // blue
#FFFF00 // yellow
#00FFFF // cyan
#FF00FF // magenta
#FFAA00 // orange
#7F7F7F // 50% gray

Reply With Quote
  #12  
Old March 17th, 2003, 02:12 PM
mcoder mcoder is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 130 mcoder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: [DNO] Display of Moves - Question

Ok, here are mine:

#FF0000
#00FF00
#0000FF
#FF00FF
#FFFF00
#00FFFF
#FF8040
#008080

(I spent some time chosing the 2 last colors).
I also use a grey #808080 color for empty tiles.

JC

Reply With Quote
  #13  
Old March 17th, 2003, 10:06 PM
nodream nodream is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Norway
Posts: 22 nodream User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 m 59 sec
Reputation Power: 0
RE: [DNO] Display of Moves - Question

Is there allowed to use additional $_GET vars in the url when &method=display method is used ??

These aditional vars is intended for the display of moves functions.

I had problems whit the browser crashing on sertain criterias, and want the viewer to be able to override the changing of method whit thise vars.

Reply With Quote
  #14  
Old March 17th, 2003, 10:14 PM
fractalbit fractalbit is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 108 fractalbit User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: [DNO] Display of Moves - Question

Hmmm, i was thinking something similar. When i use method=display on very large boards (ex. 50x50x3) the browser crashes. I believe it's ok to use aditional vars if you also implement the basics. For example i think using an aditional $last=X variable that will display only the last X moves of the collapsing.

Reply With Quote
  #15  
Old March 18th, 2003, 12:52 AM
Matt Matt is offline
Moderator
Codewalkers Specialist (4000 - 4499 posts)
 
Join Date: Apr 2007
Location: Florida
Posts: 4,158 Matt User rank is Private First Class (20 - 50 Reputation Level)Matt User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 h 10 m 20 sec
Reputation Power: 6
RE: [DNO] Display of Moves - Question

As long as I can call the script with what is in the rules, that is fine. If your script then loads more pages, I have no problem with it.

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP ContestsOlder Contests > [DNO] Display of Moves - Question


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support |