| ▲ | cjfd 2 hours ago | |||||||
When I was a teenager, I read a book about assembly language for the commodore and implemented the game of life in a really simple way. I just used the text screen. To switch on a cell, I would put an asterisk ('*') in it. Then I could run my machine code program and it would evolve according to the rules of the game of life. | ||||||||
| ▲ | abcd_f 2 hours ago | parent [-] | |||||||
And who didn't do that! :) You could also 4x the resolution by using half- and quarter-block characters from the top half of the ASCII table (or it'd be the PETSCII one i C64 case). | ||||||||
| ||||||||