PurePunch Contest #3
Posted: Thu Jul 02, 2009 1:51 pm
September 2009
The contest is over.
Here's the PurePunchs archive.
Seeing the limited entries, I've decided to stay the vote and to declare winners all the competitors.
Thank you and congratulations to :
MrVain, Demo category
Papip et Dobro, Utilities category
Huitbit, Games category
However, I hope the next contest to be more successful. Summer, and maybe rules complexity are maybe why this one hadn't attracted more of our talented coders.
----------------------------------------------
July 2009
Here it is the PurePunch Contest #3!
I received and took care of several remarks to enhance the idea.
Several categories are seing light (one winner per category):
Post the code on this forum, after adding and completing the following header:
Good luck to all competitors! 
Edit: 20 lines, 1Mb soundfile, 2 months delay
Edit2: added beginners category
Edits: Typo/grammar
The contest is over.
Here's the PurePunchs archive.
Seeing the limited entries, I've decided to stay the vote and to declare winners all the competitors.
Thank you and congratulations to :
MrVain, Demo category
Papip et Dobro, Utilities category
Huitbit, Games category
However, I hope the next contest to be more successful. Summer, and maybe rules complexity are maybe why this one hadn't attracted more of our talented coders.
----------------------------------------------
July 2009
Here it is the PurePunch Contest #3!
I received and took care of several remarks to enhance the idea.
Several categories are seing light (one winner per category):
- 1° Application/Utility/System
2° Game
3° Demo
4° PurePunch Cruncher : the idea is to take a previous contest PurePunch and enhance it, 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 privilegied 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° Two months 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 #3
;*
;* Name :
;* Author :
;* Category :
;* Date :
;* Notes :
;*
;*****************************************************************************

Edit: 20 lines, 1Mb soundfile, 2 months delay
Edit2: added beginners category
Edits: Typo/grammar