This commit is contained in:
Olivier Gagnon
2022-05-14 16:11:37 -04:00
parent 319798b85c
commit 0121fee6e4
5 changed files with 15 additions and 1 deletions

11
doc/NEW_BN_GUIDELINE.md Normal file
View File

@@ -0,0 +1,11 @@
Promote:
- New mechanic
- Coding problems based on NP problems. This makes solution that are easy to implement inefficient and solutions that are hard to implement efficent. (eg. Stanek)
- inter-mechanic synergy
- Simplicity (eg. Stanek, Hashnet. bad example: Corp)
Avoid:
- Failure conditions, it's very frustrating to revert several days worth of progress.
- Making existing mechanic harder. This makes it hard to port the content to other BNs.