-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,22 @@ | ||
# Open Competition | ||
# Semi-Open Competition | ||
|
||
As a new try-out, we would like to test how a code competition might progress if we share our code among eachother in steps :-) | ||
As a try-out, we would like to test how a code competition might progress if we share our code half-way the competition. | ||
|
||
If you want to join in the open competition ( highly recommended!) | ||
- Provide us with your Github username | ||
- You'll receive a repo from us! In the 1st round , only you have access to this repo. | ||
- Notify us when you have a serious attempt on the puzzle, and you will get access to everybody's else his codebase (as do everbody else to yours) | ||
We believe that this might provide: | ||
- an option to learn from eachother: solutions, directions and/or tactics. | ||
- easier access for first-time competitors to see everybody's approach and build upon their idea's | ||
- a stronger competition for experienced developers! | ||
|
||
If you want to join in this semi-open competition ( highly recommended!) | ||
- Send us an email for to become member of this competition | ||
- First round : provide us your code , at the first-round date (as written in the communication) | ||
- We calculate all the score, and share everyone's code to the semi-open competition members | ||
- Second round : you can change your code! and deliver your final solutions at the second-round date | ||
|
||
Your final score will consist of the sum of the first and second(final) round. | ||
|
||
# Soft rules | ||
- Do not copy somebody's code, but you can copy the concepts. | ||
- Do not copy somebody's code, but you can copy concepts/idea's. | ||
|
||
It's not allowed to directly copy somebody's code, but ofcourse it's encouraged to see what kind of tactics are applied by other competitors, which will help you to refine your own code and the other way around! | ||
|