Page 1 of 2 12>
Topic Options
#190893 - 2008-12-08 03:55 AM KiXgolf Tournament 2008 - Four Holes of KiXmas - Final Results
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11164
Loc: Boston, MA, USA
KiXgolf Tournament 2008

On the first hole of KiXmas my true love gave to me: Easier Done Than Said
On the second hole of KiXmas my true love gave to me: A Well-Formatted Problem
On the third hole of KiXmas my true love gave to me: Instruens Fabulam
On the fourth hole of KiXmas my true love gave to me: Latin Squares

The following are the tentative dates for the KiXgolf Tournament 2008. As it's late in the year and the holidays are upon us we will play with overlapping rounds, thus once the public round for the first hole starts we'll also play the private round for the second hole and we then continue adding private/public rounds. And to give everyone a chance to participate we'll keep the public rounds open until the beginning of the new year.

The tournament titles are just a high-level description of the actual round and the dates reflect the private rounds
 Code:
Easier Done Than Said    : 2008-12-07 to 2008-12-12
A Well-Formatted Problem : 2008-12-13 to 2008-12-19
Instruens Fabulam        : 2008-12-20 to 2008-12-26
Latin Squares            : 2008-12-27 to 2009-01-02

End of public rounds     : 2008-01-09

Scoring for the KiXgolf Tournament is as follows:
  • 1 Point for each participant that posts a KiXgolf script during the public coding round (must be either a new solution or an improvement to an existing solution)
  • x Points for 1st to 5th place in either the private or public round in reverse order, thus 1st Place = 5 points down to 5th Place = 1 Point
  • 1 Point for the 1st to 5th Place in the private coding round (if valid script was posted in public round)
Each participant will be scored according to their lowest posted KiXgolf score in either the public or private round.

So, get your favorite text script editors ready, polish your clubs, and start practicing.


Edited by Sealeopard (2009-01-10 06:03 AM)
_________________________
There are two types of vessels, submarines and targets.

Top
#190895 - 2008-12-08 04:53 AM Re: KiXgolf Tournament 2008 - Four Holes of KiXmas [Re: Sealeopard]
Benny69 Offline
Moderator
*****

Registered: 2003-10-29
Posts: 1036
Loc: Lincoln, Ne
Woot! Thanks Jens
_________________________
Wait don't order yet,... get KiXforms Designer .NET 2.0 (Beta)
KiXforms Designer .NET 2.0 (Beta)

Top
#191208 - 2008-12-16 04:35 PM Re: KiXgolf Tournament 2008 - Four Holes of KiXmas [Re: Benny69]
Gargoyle Offline
MM club member
*****

Registered: 2004-03-09
Posts: 1597
Loc: Valley of the Sun (Arizona, US...
Can you clarify this rule for me....

 Quote:

7) During the private coding phase, no code is allowed to be posted. Violations result in disqualification of said player.


As I am not the greatest at knowing all of the shortcuts that others use (but I am picking them up slowly), is it permissible to ask for direction on how to shorten code.

As an example:

 Code:
For $Counter = 0 to Len($Something)

Tends to be golfed to
 Code:
For $ = 0 to $S + 1 ^ 0
_________________________
Today is the tomorrow you worried about yesterday.

Top
#191209 - 2008-12-16 04:39 PM Re: KiXgolf Tournament 2008 - Four Holes of KiXmas [Re: Gargoyle]
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
Caution:

For $ = 0 to $S + 1 ^ 0

loops in fact to the length of $S + 1
_________________________



Top
#191210 - 2008-12-16 04:49 PM Re: KiXgolf Tournament 2008 - Four Holes of KiXmas [Re: Jochen]
DrillSergeant Offline
MM club member
*****

Registered: 2004-07-09
Posts: 1164
Loc: Eijsden, the Netherlands
I've tried to start a golf manual many times, but I don't know which golf tricks need explanation and which don't...

If you like explanations of specific code used in the previous public kixgolf rounds, you post them here, and I'll promise to write an explanation.

Maybe after a while we can condens it to a short manual.
_________________________
The Code is out there

Top
#191211 - 2008-12-16 04:58 PM Re: KiXgolf Tournament 2008 - Four Holes of KiXmas [Re: DrillSergeant]
DrillSergeant Offline
MM club member
*****

Registered: 2004-07-09
Posts: 1164
Loc: Eijsden, the Netherlands
btw, to explain the statement above

Len($var) can also be written as ($var^) or $var^0

The second option usualy works as the maximum var for a for-next-loop, and the first one if you're using it in calculations. But because the second one is one stroke shorter, it's worth to try if it works.
_________________________
The Code is out there

Top
#191238 - 2008-12-17 04:46 AM Re: KiXgolf Tournament 2008 - Four Holes of KiXmas [Re: DrillSergeant]
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11164
Loc: Boston, MA, USA
Rule 7 is exactly that, no code \:\) So, even asking how to simplify a line of code may provide enough hints to other participants on how to tackle the problem.

You can always ask to have code dissected in the public round or study prior public rounds to see how code works.


Edited by Sealeopard (2008-12-17 04:48 AM)
_________________________
There are two types of vessels, submarines and targets.

Top
#191242 - 2008-12-17 05:43 AM Re: KiXgolf Tournament 2008 - Four Holes of KiXmas [Re: Sealeopard]
Gargoyle Offline
MM club member
*****

Registered: 2004-03-09
Posts: 1597
Loc: Valley of the Sun (Arizona, US...
Thanks Jen, that is what I was afraid of. Oh well more digging through Jooels insane code.
_________________________
Today is the tomorrow you worried about yesterday.

Top
#191251 - 2008-12-17 08:06 AM Re: KiXgolf Tournament 2008 - Four Holes of KiXmas [Re: Gargoyle]
Björn Offline
Korg Regular
*****

Registered: 2005-12-07
Posts: 953
Loc: Stockholm, Sweden.
I don't even dare to enter, as usual :| . But, I promise that I will - as usual be there, watching and smirking :). edit: change of hearts. I think I wanna play anyhow - the current one seems fun :).

Edited by Björn (2008-12-17 09:27 AM)
_________________________
as long as it works - why fix it?
If it doesn't work - kix-it!

Top
#191294 - 2008-12-18 12:30 AM Re: KiXgolf Tournament 2008 - Four Holes of KiXmas [Re: Björn]
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
björn, exactly. it's fun and you should try.

gargoyle, my code ain't that insane no more.
_________________________
!

download KiXnet

Top
#191298 - 2008-12-18 08:45 AM Re: KiXgolf Tournament 2008 - Four Holes of KiXmas [Re: Lonkero]
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
damn long public round for the first tee's.
_________________________
!

download KiXnet

Top
#191342 - 2008-12-20 02:00 PM Re: KiXgolf Tournament 2008 - Four Holes of KiXmas [Re: Lonkero]
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11164
Loc: Boston, MA, USA
I have updated rule #2 (again). I hope we now have the right balance.

 Quote:

32) Additional test cases can be added at any time during the KiXgolf round. The code is expected to pass based on the rules. The test cases may not include tests for all rules and exceptions. Test cases that are added during the public round will not alter the results of the private round.


I encourage you to post new tests during the private round if you find them.
_________________________
There are two types of vessels, submarines and targets.

Top
#191655 - 2009-01-06 01:24 AM Re: KiXgolf Tournament 2008 - Four Holes of KiXmas [Re: Sealeopard]
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
for the current rounds, this one seems to fit quite nicely.

how about some interim scores before 9th?
_________________________
!

download KiXnet

Top
#191665 - 2009-01-06 09:40 AM Re: KiXgolf Tournament 2008 - Four Holes of KiXmas [Re: Lonkero]
DrillSergeant Offline
MM club member
*****

Registered: 2004-07-09
Posts: 1164
Loc: Eijsden, the Netherlands
Well, I think this is the current score table, but since all Public rounds are still open there can still be changes.

Also, I hope that I've interpreted Jens's scoring system right.

Easier Done Than Said
 Code:
		Private	Points	Public	Points	Total
Remco		212	5	200	5	10
Sarge		207	6	207	4	10
Benny		220	4	220	3	7
Jooel				196	6	6
Jochen		234	3	234	2	5
Allen		304	2	245	1	3
Gargoyle	560		560	1	1
BradV				494	1	1

Well-Formed Problem
 Code:
		Private	Points	Public	Points	
Jooel		639	5	217	6	11
Sarge		261	6	261	4	10
Gargoyle	1050NF	4	1050NF	3	7
Benny				230	5	5

Instuens Fabulam
 Code:
		Private	Points	Public	Points	
Sarge		566	6	388	5	11
Allen		569	5	562	3	8
Richard H.	586	4	560	4	8
Jooel				378	6	6
Benny		649	3	645	2	5

Latin Squares
 Code:
		Private	Points	Public	Points	
Sarge		404	6	404	4	10
Benny				348	5	5
Jooel				341	6	6


Total Scores
 Code:
Sarge		41
Jooel		29
Benny		22
Allen		11
Remco		10
Gargoyle	8
Richard H.	8
Jochen		5
BradV		1

Top
#191673 - 2009-01-06 06:04 PM Re: KiXgolf Tournament 2008 - Four Holes of KiXmas [Re: DrillSergeant]
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
first place is clear already.
also my second and benny's third place look quite secure.

but then fourth can be taken almost by anyone...
_________________________
!

download KiXnet

Top
#191674 - 2009-01-06 06:06 PM Re: KiXgolf Tournament 2008 - Four Holes of KiXmas [Re: Lonkero]
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
if someone forgot, you get a score by improving someone elses code, even if it's not the shortest.
_________________________
!

download KiXnet

Top
#191681 - 2009-01-07 05:22 AM Re: KiXgolf Tournament 2008 - Four Holes of KiXmas [Re: Lonkero]
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11164
Loc: Boston, MA, USA
I'll post an official score update tomorrow. I've been busy the last couple of days at work fiscal quarter-end stuff and kick-of preparations for a new project.
_________________________
There are two types of vessels, submarines and targets.

Top
#191691 - 2009-01-07 12:44 PM Re: KiXgolf Tournament 2008 - Four Holes of KiXmas [Re: Sealeopard]
BradV Offline
Seasoned Scripter
****

Registered: 2006-08-16
Posts: 686
Loc: Maryland, USA
OOH! I'm last! \:\)
Top
#191714 - 2009-01-07 11:00 PM Re: KiXgolf Tournament 2008 - Four Holes of KiXmas [Re: BradV]
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
yeah, but still in the top10 ;\)
_________________________
!

download KiXnet

Top
#191748 - 2009-01-10 06:03 AM Re: KiXgolf Tournament 2008 - Four Holes of KiXmas [Re: Lonkero]
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11164
Loc: Boston, MA, USA

KiXgolf 2008 - Final Results

Name Easier Done Than Said A Well-Formed Problem Instruens Fabulam Latin Squares Totals
DrillSergeant 9 10 11 11 41
Lonkero 6 11 6 6 29
Benny69 8 5 5 4 22
Allen 3 0 8 0 11
RemcovC 10 0 0 0 10
Gargoyle 2 7 0 0 9
Richard H. 0 0 8 0 8
Jochen 5 0 0 0 5
BradV 1 0 0 0 1
  • 1 Point for each participant that posts a KiXgolf script during the public coding round (must be either a new solution or an improvement to an existing solution)
  • x Points for 1st to 5th place in either the private or public round in reverse order, thus 1st Place = 5 points down to 5th Place = 1 Point
  • 1 Point for all participants in the private coding round (results posted in private round and valid script posted in public round)

Easier Done Than Said
Private: http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=190894
Public: http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=191094
A Well-Formed Problem
Private: http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=191096
Public: http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=191340
Instruens Fabulam
Private: http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=191341
Public: http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=191564
Latin Squares
Private: http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=191435
Public: http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=191564
_________________________
There are two types of vessels, submarines and targets.

Top
Page 1 of 2 12>


Moderator:  Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart 
Hop to:
Shout Box

Who's Online
0 registered and 255 anonymous users online.
Newest Members
Timothy, Jojo67, MaikSimon, kvn317, kixtarts2025
17874 Registered Users

Generated in 0.126 seconds in which 0.06 seconds were spent on a total of 15 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org