![]() |
| | #1 |
| Anti-Poster Join Date: Feb 2002
Posts: 1,212
| Contest - Snake Numbers Write a function that can play Snake Numbers, leaving the fewest number of squares. The rules for Snake Numbers are simple:
Before I start spouting off stuff about entries and judging, is there any interest in this contest? [edit]See rules below.[/edit]
__________________ Rule #1: Every rule has exceptions Traveller's Dilemma Contest Site - Results posted! Last edited by pianorain; 05-17-2006 at 09:42 AM. |
| pianorain is offline | |
| | #2 |
| Tropical Coder Join Date: Mar 2005 Location: Cayman Islands
Posts: 503
| Yea I would participate. Looks like a good challange. PS. For those wondering about the Texas Holdem, it's still coming, I just got real busy at work.
__________________ SWinC - Simple Windows Class |
| Darryl is offline | |
| | #3 |
| Even death may die... Join Date: Apr 2003 Location: Malaysia
Posts: 970
| I'd participate. |
| Dante Shamest is offline | |
| | #4 |
| Registered User Join Date: May 2006 Location: Troy
Posts: 14
| Sure, but have the game run over stdin and stdout, not some class. And, um, specify a wide set of options for the programming language to use. (Including Scheme :-). Or else I'll write Scheme code and then compile it to incomprehensible C++.) |
| Rash is offline | |
| | #6 | |
| Tropical Coder Join Date: Mar 2005 Location: Cayman Islands
Posts: 503
| Quote:
__________________ SWinC - Simple Windows Class | |
| Darryl is offline | |
| | #7 |
| Anti-Poster Join Date: Feb 2002
Posts: 1,212
| Snake Numbers Contest Schedule / Deadline Start Date: May 17th, 2006 End Date: June 14th, 2006 Submissions If you choose to enter, please reply stating that you have entered the contest, and before the Contest deadline you must enter a submission that meets the stated requirements and send it to the submission officer via email or private message. E-mail is preferred. E-mail: pianorain@bellsouth.net PM: pianorain Introduction Write a function that can play Snake Numbers, leaving the fewest number of squares. The rules for Snake Numbers are simple:
Details Entries will be accepted in C, C++, or C#. Fill free to create and submit additional helper functions and methods. C Write a function that matches the following prototype:C++ Write a function that matches the following prototype:C# Write a class that implements the following interface:Contest Rules Below are the current contest rules and regulations. I. Official Rules I.I You may only submit one entry per contest, and it must have been submitted between the contest start and end dates. I.II Entries submitted should be:
II. Code Judging II.I Submitted code will be judged based on the following: Compiliation (0 - 5 x5) How easy it is to compile. Warnings detract from this score. Success x 5 (0.0 - 10.0) Each entry will be given five boards to solve. This will be graded depending upon how well the code performs the desired task. Time x 5 (0.0 - 10.0) Each entry will be given five boards to solve. This will be graded depending upon how fast the code performs the desired task compared to the other entries. Coding Style(0 - 5 x5) Code efficiency, is the code readable? Are good programming practices followed? (Are processes closed when finished, do you use arrays when initializing multiple variables under one instance, and do you free memory after allocation?) Best Code Score: 150.0 Contest outline borrowed from Stack Overflow. IMO, his outline should be sticked or something; it looks good and provides a clean start for people starting a contest.
__________________ Rule #1: Every rule has exceptions Traveller's Dilemma Contest Site - Results posted! |
| pianorain is offline | |
| | #8 | |
| Tropical Coder Join Date: Mar 2005 Location: Cayman Islands
Posts: 503
| I'm in. Quote:
__________________ SWinC - Simple Windows Class | |
| Darryl is offline | |
| | #9 |
| Registered User Join Date: Jan 2005
Posts: 847
| I'm in too. |
| Quantum1024 is offline | |
| | #10 | |
| Anti-Poster Join Date: Feb 2002
Posts: 1,212
| Quote:
__________________ Rule #1: Every rule has exceptions Traveller's Dilemma Contest Site - Results posted! | |
| pianorain is offline | |
| | #12 |
| Anti-Poster Join Date: Feb 2002
Posts: 1,212
| I've not had any problems with it. :shrug: [edit] On the other hand, I've got 2003 and VS 6 installed too, so if any problems pop-up, I can use those also.
__________________ Rule #1: Every rule has exceptions Traveller's Dilemma Contest Site - Results posted! Last edited by pianorain; 05-17-2006 at 02:33 PM. |
| pianorain is offline | |
| | #13 |
| Registered User Join Date: Jan 2005
Posts: 847
| As is mentioned in that thread using standard c functions can produce a lot of warnings dose that count? |
| Quantum1024 is offline | |
| | #14 |
| Anti-Poster Join Date: Feb 2002
Posts: 1,212
| No. Like I said, it hasn't given me any problems. Including that define turns all of those warnings off.
__________________ Rule #1: Every rule has exceptions Traveller's Dilemma Contest Site - Results posted! |
| pianorain is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Logical errors with seach function | Taka | C Programming | 4 | 09-18-2006 05:20 AM |
| Contest Results - Snake Numbers | pianorain | Contests Board | 4 | 06-22-2006 09:14 AM |
| linked list problem | kzar | C Programming | 8 | 02-05-2005 04:16 PM |
| the definition of a mathematical "average" or "mean" | DavidP | A Brief History of Cprogramming.com | 7 | 12-03-2002 11:15 AM |