Here it is the PurePunch Contest #5!
The contest on the french forum
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 to reduce its size
5° Max 5 lines
6° Beginner
- 1° The program will be created using Purebasic without userlib.
2° The program source will not have size limit for categories 1, 2, 3, 4, 6. For category 5, program source will only have 5 lines of 80 characters max per line
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° Possibility to add an ASCII or Unicode datafile (and only one) maximum size 64Kb. This file can't contain source code. Post it on another site which must be reachable during the contest length, or included in a full project archive posted in the forum.
8° 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 like9° 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 #5
;*
;* Name :
;* Author :
;* Category :
;* Date :
;* Purebasic Version :
;* Notes :
;*
;*****************************************************************************

Edit : typo and datafile rule
