How would you code a simple "8 bit fire torch" (just one, nothing else to worry about on screen), without using any sprites?
For instance, how would you "animate" a torch that looks like this one:

|
|
You could try the old school fire effect. Let's say you store an 8-bit temperature value for each of your pixels. At each update:
See this blog post for a Javascript implementation. And this for a Processing demo. Some variants:
|
|||||||||||||||
|