eggnogg on the pi zero 2w !
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

48 linhas
778 B

  1. $"EGGNOGGS OF CANADA (classic edition)"
  2. (
  3. - $r is the tick speed in Hz
  4. - $a is amplitude [volume] from 0 - 100
  5. - $0 resets the song to start when it is live-loaded
  6. - x is a value from 0 to 5, based on the current room outwards from
  7. the center of the map... starting room is 0... 9 total rooms
  8. - y is a random value set at game start
  9. - u is set to 1 when a player reaches the final room
  10. - v counts up to 255 over 10 seconds once the player leaps into
  11. the EGGNOGG
  12. )
  13. $r8000
  14. $a30
  15. ($0)
  16. t 10 >> 5 *
  17. t 9 & |
  18. 5 & 1 + t *
  19. ( 7 & 1 + t * )
  20. t 16 >> 3 & 1 + /
  21. 10 * 12 /
  22. t 7 >> 127 & +
  23. 9999999 x 1 + 25 * / t 1 15 x u + - << % / +
  24. x x * ^
  25. t 8 >> 3 &
  26. t 15 >> 1 & * t 18 >> 1 & * 1 + *
  27. 2 *
  28. dup t 11 >> 63 & 15 + x + + ^
  29. 255 & 2 / + 2 * 3 / dup
  30. (255 & + 1 >> dup)
  31. v |