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:
  #1  
Old June 8th, 2002, 04:17 AM
Moonbender Moonbender is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Germany
Posts: 2 Moonbender User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to Moonbender
Couple of questions

1) If there's more than one digit, the number of repetitions is the sum of the digits? So "12H" would translate to "HHH", and not not to "HHHHHHHHHHHH"? Odd.

2) Are external graphic files allowed?

3) Does any character have a special meaning we can know about? Or is everything (apart from "b") a wall?

Reply With Quote
  #2  
Old June 8th, 2002, 10:02 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: Couple of questions

1) Odd, but makes it easier for us!

2) I would doubt that this is possible as you can only submit one file (from what I understand) -- maybe you could reference files via http, though.

3) I have the same question. I have finished writing a script on the assumption that all characters besides 'b' (for space) and '*' (for start or end, not sure which) are walls and are being treated as such.

Reply With Quote
  #3  
Old June 8th, 2002, 10:43 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: Couple of questions

Here's a question... So do we have to solve the mazes, or just draw them?

-steve

Reply With Quote
  #4  
Old June 8th, 2002, 12:07 PM
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: RE: Couple of questions

Quote:
Here's a question... So do we have to solve the mazes, or just draw them?


Since the name of the file should read createmaze.php I don't think the goal is to actually solve it...

Reply With Quote
  #5  
Old June 8th, 2002, 12:36 PM
Laxersaz Laxersaz is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Neuss, NRW, Germany
Posts: 21 Laxersaz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to Laxersaz Send a message via AIM to Laxersaz
RE: Couple of questions

I think all characters besides b and * should be different looking walls.
Hey, Matt, this is a great contest!

Reply With Quote
  #6  
Old June 8th, 2002, 01:56 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: Couple of questions

1) Yes it is odd

2) Yes they are. The only restriction is that the main script file (the one I will run) is called createmaze.php).

3) No characters have special meaning. But, you can represent any character any way you wish. You can represent all Y's as diamonds, all X's as stars, etc. Take a look at a game like Nethack, you will see they use all types of characters in the mazes. Really, the look of the maze is up to you. That's what you are being judged on. Be creative!


Reply With Quote
  #7  
Old June 8th, 2002, 03:03 PM
jmarinis jmarinis is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 2 jmarinis User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: Couple of questions

Is it true that *'s are the ending location?

Reply With Quote
  #8  
Old June 8th, 2002, 04:07 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: Couple of questions

Not necessarily....

Reply With Quote
  #9  
Old June 8th, 2002, 06:08 PM
Anarchofascist Anarchofascist is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 1 Anarchofascist User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: RE: Couple of questions

Quote:
2) Yes they are. The only restriction is that the main script file (the one I will run) is called createmaze.php).


So, you mean the graphic files can be any size? You might like to set an upper limit on that. Something like "total submission size must be less than 1Gb"

Reply With Quote
  #10  
Old June 8th, 2002, 06:35 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: Couple of questions

Well, considering that there about 28 different characters to be represented (A-Z,b,*), for the file size to reach 1 gig each chracter would need to be represented by a 35.7 meg file. I find it hard to believe that anyone would do something like that ;)


Reply With Quote
  #11  
Old June 8th, 2002, 09:48 PM
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: Couple of questions

that sounds like a challenge

Reply With Quote
  #12  
Old June 8th, 2002, 09:54 PM
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: Couple of questions

do we need to use GD and generate a picture file? or can we simply create HTML table with different colors for walls, spaces, and goal/exit?

if we do have to use the GD library, do we assume it is compiled with php on the testing machine?

Reply With Quote
  #13  
Old June 8th, 2002, 10:19 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: Couple of questions

nope, you don't have to use GD. Use ascii art for all I care

Reply With Quote
  #14  
Old June 8th, 2002, 10:22 PM
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: RE: Couple of questions

Quote:
do we need to use GD and generate a picture file? or can we simply create HTML table with different colors for walls, spaces, and goal/exit?


I think the keyword of this contest is to make use of GD or something like it.. (perhaps even flash? and to make the maze look cool/special/extraordinary. The code to display the maze in plain ascii/html is pretty straight forward.

Reply With Quote
  #15  
Old June 9th, 2002, 12:35 AM
kdr kdr is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Sweden
Posts: 2 kdr User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: Couple of questions

What about if there are more than two numbers before the letter?
Do we need support for that?

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP ContestsOlder Contests > Couple of questions


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 |