PurePunch Contest #4
Posted: Wed Sep 02, 2009 8:58 pm
October 2009
The contest is over.
Here's the 4th PurePunch archive.
Thank you and congratulations to :
Martin Guttman and FreakyBytes, Games category
idle, Cruncher category
Citystate and FreakyBytes, utility category
Special mention to Kurzer for his nice but too big game!
You may now vote for the best PurePunch
Again, I hope the next contest to be more successful...
~~~~~~~~~~^^^~*o*~^^^~~~~~~~~~~~~~~
September 2009
Here it is the PurePunch Contest #4!
I decided to keep the last month rules.
Categories (one winner per category):
Post the code on this forum, after adding and completing the following header:
Good luck to all competitors! 
The contest is over.
Here's the 4th PurePunch archive.
Thank you and congratulations to :
Martin Guttman and FreakyBytes, Games category
idle, Cruncher category
Citystate and FreakyBytes, utility category
Special mention to Kurzer for his nice but too big game!
You may now vote for the best PurePunch
Again, I hope the next contest to be more successful...
~~~~~~~~~~^^^~*o*~^^^~~~~~~~~~~~~~~
September 2009
Here it is the PurePunch Contest #4!
I decided to keep the last month rules.

Categories (one winner per category):
- 1° Application/Utility/System
2° Game
3° Demo
4° PurePunch Cruncher : the idea is to enhance a previous contest PurePunch, or reduce its size
5° Beginner
- 1° The program will be created using Purebasic 4.31 without userlib.
2° The program source will only have 20 lines of 80 characters max per line or max 50 lines, with only one instruction per line, correctly indented (comments accepted). This last option should be privileged for smallest codes.
3° To be unique, either a complete creation, or bringing something new to an existing code.
4° Must not to be harmful
5° Possibility to add a graphic file (only one image, or sprite, or texture...), maximum size 512 pixels width by 512 pixels height, 32 bits. Post it on the forum or on another site which must be reachable during the contest length, or included in a full project archive posted in the forum.
6° Possibility to add a sound file (and only one) maximum size 1Mb. Post it on another site which must be reachable during the contest length, or included in a full project archive posted in the forum.
7° It will be possible to add a line (not accounted), at the beginning of the source, to alert the user of a program specificity (for example, a delay or a particular subsystem). This line must be like8° One month delay to create the best PurePunch!Code: Select all
MessageRequester("Information","txt",#PB_MessageRequester_Ok)
Post the code on this forum, after adding and completing the following header:
Code: Select all
;*****************************************************************************
;*
;* PurePunch Contest #4
;*
;* Name :
;* Author :
;* Category :
;* Date :
;* Notes :
;*
;*****************************************************************************
