Fucking.ts 789 B

123456789101112131415
  1. /**
  2. * Current plans:
  3. * Make checks higher level. It should be simple to write, even if the underlying code becomes more complex in the process.
  4. * Checks should be smart enough to understand what kind of specificity is being used in the test.
  5. * Checks should also be capable of saying "this fits the situation perfectly".
  6. * Sex scenes should change variables that are used in checks.
  7. *
  8. * Current how to:
  9. * Class: FuckingSituation, which should include all the variables to the current fucking scene.
  10. * Class: FuckingCheck, which should include a portion of variables that are then compared to the FuckingSituation.
  11. * Module: Fucking, which controls what Things are fucking which Things and applies the above two. Should provide generators for FuckingCheck.
  12. */
  13. module Fucking {
  14. }