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:
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
  #1  
Old April 10th, 2003, 02:06 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
[Trilite] New Contest

A new contest has been released. In this newest challenge you are to play a game head to head with other scripts. The game is like Tic-Tac-Toe, but with a higher degree of difficulty. We also have a new sponsor for the contests, NuSpehere - the makers of PHPed. Macromedia has also upgraded their prize from Dreamweaver MX to Studio MX! Below is a list of all prizes in the contest:

a copy of Zend Studio 2.5
a copy of Macromedia Studio MX
a Zend T-shirt
1 month free hosting from TheHostingCompany.us. (Platinum Package)
2 domain names (.com, .net, or .org) for one year each from Dom-Daniel.
a one year subscription to php|architect
A Codewalkers PHP Coding Contest Winner t-shirt from CafePress.
Any book from O'Reilly
A copy of Sourceguardian Pro. The runner up gets a copy of Sourceguardian.
The third place winner will get a Developer's Edition of Template Tamer.
Best Judging Script gets a copy of PHPEd.


Good luck to all! The deadline for submission on this one is May 5, 2003.

Reply With Quote
  #2  
Old April 10th, 2003, 03:10 PM
wonder wonder is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Tomsk, Russia
Posts: 4 wonder 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 wonder Send a message via AIM to wonder
RE: [Trilite] New Contest

Excuse me, I'm just a beginner in PHP.

Could you tell me, how should script save data about board between executings (As I understand all data not saved in file will be flushed after running script and when next move will be asked for the script will have no info about board)

Or I have to use files?

Best regards

Reply With Quote
  #3  
Old April 10th, 2003, 03:12 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: [Trilite] New Contest

Your script can write to the directory in which it resides. So, you can write data to a file.

Reply With Quote
  #4  
Old April 10th, 2003, 03:28 PM
wonder wonder is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Tomsk, Russia
Posts: 4 wonder 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 wonder Send a message via AIM to wonder
RE: [Trilite] New Contest

Yeah, I know it.

I ask whether there is any other opportunity to do this.

Reply With Quote
  #5  
Old April 10th, 2003, 03:42 PM
SeanGleeson SeanGleeson is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Wichita, Kansas, USA
Posts: 92 SeanGleeson User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via AIM to SeanGleeson Send a message via Yahoo to SeanGleeson
RE: [Trilite] New Contest

Great contest!

Will my script be in the same dir as an opponent's script? (I assume not, because otherwise our scripts might overwrite each other's files.)



Reply With Quote
  #6  
Old April 10th, 2003, 03: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: [Trilite] New Contest

No they will be in different directories.

Reply With Quote
  #7  
Old April 10th, 2003, 08:40 PM
webhappy webhappy is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Silicon Valley, CA, USA
Posts: 203 webhappy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: [Trilite] New Contest

OMFG!

NICE Prizes Matt! I think I'll do this contest. I gave up on the last one because I couldn't implement the collapse fast enough. Luckily, this time we get 30 seconds per MOVE! Not as much to worry about the implementation speed now.


However, for the judging script prize, how do we submit it? Do we submit it in the PHP code area? We did that for the Capture-the-flag one, but then someone might copy-and-paste someone else's code, so we might have to email it to you separately.


And one more suggestion:
Can there be some way we can store the results of the games we've played. IE, if we realize we've tied for quite a bit, we might want to try a more risky move, etc.

Reply With Quote
  #8  
Old April 10th, 2003, 09:11 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: [Trilite] New Contest

The judging script should be submitted just as another script would be.

I am currently thinking about allowing some more persistent data to be saved. I will make a decision later this evening.


Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP ContestsOlder Contests > [Trilite] New Contest


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 | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway