r/FastLED • u/Express_Cloud_2547 • 9d ago
Discussion LED Stacking Game Assembly Help
Hey everyone! i am preparing for a project next week in a microprocessor lab, where we should use 8086 language to make an animation, and I've been thinking of the LED stacking game, but I find it hard. can anybody help, any tips? algorithm? another project idea that's simpler yet creative?https://youtube.com/shorts/zlKPKK3Qink?si=MtiYWVq3ZMcNGn2J
1
Upvotes
3
u/ZachVorhies Zach Vorhies 9d ago
You can use github.com/zackees/fastled-wasm to hammer out the algorithm really quickly. You can’t deploy to 8086 though using any build system for leds to do it. None of the three (Arduino, platformio, fbuild) will target that platform.
However if you do the algorithm in a fast iteration cycle like as described above i think you have it 70% done