╔═─────────────────────────────────────────────────═╗
│                                                   │
│   [ Chaos Equation ] 256-byte intros for TIC-80   │
│   (c) 2021 Jin X (j.me/jinxonik, jin_x@list.ru)   │
│                                                   │
╠═─────────────────────────────────────────────────═╣
│                                                   │
│   https://www.pouet.net/prod.php?which=88252      │
│   https://www.youtube.com/watch?v=ynAoIhnP7jg     │
│                                                   │
╚═─────────────────────────────────────────────────═╝


Description
-----------
  
  • chaos_eq-1rndcol.tic - single color (15 shades + black) randomly generated after each equation.
  • chaos_eq-2rndcol.tic - two colors (7 shades + black) randomly generated after each equation.
  • chaos_eq-3rndcol.tic - three colors (5 shades + black) randomly generated after each equation [*].
  • chaos_eq-4rndcol.tic - four colors (3 shades + black) randomly generated after each equation.
  • chaos_eq-RGB.tic - three colors (red, green and blue with 5 shades + black) [*].
  • chaos_eq-RGBY.tic - four colors (red, green, blue and yellow with 3 shades + black).
  • chaos_eq-custom_pal.tic - custom palette (4 colors of 3 shades each + 3 gray shades + black) stored inside the file [more than 256 bytes!]
  • chaos_eq-sweetie16.tic - default SWEETIE-16 palette (works correctly only on TIC-80 v0.90+) [**].
  
  My favorite versions are 'chaos_eq-2rndcol' and 'chaos_eq-3rndcol' ;)

  All listed intros use full equations (with 9 summand pairs) except two marked with [*] (which use short equations with 6 summand pairs).

  [**] If you have TIC-80 version 0.80 only, you can copy 'chaos_eq-sweetie16' source into TIC-80 editor with default palette and run it.


Fast versions
-------------
  
  • fast\... - fast versions which use short equations with 6 summand pairs and fewer stars (you can use them if the main ones don't work so smoothly).


Used tools
----------

  All sources are packed using 'pactic' tool (https://github.com/phlubby/pactic).
  New palette marker for 'chaos_eq-sweetie16' versions is added using 'tic-tool' (https://github.com/exoticorn/tic-tool).
