Difference between revisions of "Submissions"

From Anbessa Pool User's Guide Wiki
Jump to: navigation, search
Line 6: Line 6:
 
(All required files are case sensitive)
 
(All required files are case sensitive)
  
README.TXT        -- Required. a README file  
+
README.TXT        -- Required. a README file describing your team and your submission
MANIFEST.TXT      -- Required. a file describing each file/the contents of the archive
+
MANIFEST.TXT      -- Required. a file listing and/or describing each file/the contents of the archive
 
LICENSE.TXT      -- Required. an open source license granting others the right to run/examine/modify your code
 
LICENSE.TXT      -- Required. an open source license granting others the right to run/examine/modify your code
 
INSTALL.TXT      -- Optional. Should contain instructions and links to help users run your code
 
INSTALL.TXT      -- Optional. Should contain instructions and links to help users run your code
Line 19: Line 19:
 
as email attachments sent to still_testing@anbessapool.org.  Once accepted, submission archives will
 
as email attachments sent to still_testing@anbessapool.org.  Once accepted, submission archives will
 
be moved to the publishing area where others may download, run, and evaluate programs prior to voting.
 
be moved to the publishing area where others may download, run, and evaluate programs prior to voting.
 +
 +
Currently, a team may submit up to 3 entries. This may change in the future depending upon popularity,
 +
participation, and resources available.

Revision as of 08:47, 22 February 2024

All submissions should be submitted as a collection of files contained within an archived directory in either tar.gz or ZIP format. In addition to the source files for your program, You should include the following:

(All required files are case sensitive)

README.TXT        -- Required. a README file describing your team and your submission
MANIFEST.TXT      -- Required. a file listing and/or describing each file/the contents of the archive
LICENSE.TXT       -- Required. an open source license granting others the right to run/examine/modify your code
INSTALL.TXT       -- Optional. Should contain instructions and links to help users run your code
*.BAS             -- Required. BASIC source code files
*.*               -- Optional. DATA FILES (*.DAT recommended but may be anything)

Source code and data only, no executables (.EXE or others) will be accepted.

Submissions can be made using the link from the registration confirmation email OR (in development) as email attachments sent to still_testing@anbessapool.org. Once accepted, submission archives will be moved to the publishing area where others may download, run, and evaluate programs prior to voting.

Currently, a team may submit up to 3 entries. This may change in the future depending upon popularity, participation, and resources available.