
| Anonymous #628947 8 months ago |
Holy shit! Can i have the disk image? :D |
| ExtremeMeasures #629002 8 months ago |
Have the Applesoft Basic source instead. Still learning how all this stuff works. http://pastebin.com/86CmDHsP |
| Wheezie_Moonflower #629512 8 months ago |
ANSI art's good For a bit of a challenge, make it flash background and text figures, so it looks like she's winking. |
| ExtremeMeasures #630648 8 months ago |
Actually aiming for a game. This AJ is 'stolen' from the Desktop Ponies, anyway. |
| Kawa #630665 8 months ago |
That's some code. Could probably be optimized like a baws if there's a "clear screen" command, then leave out the black bits and draw color by color instead of pixel by pixel... |
| ExtremeMeasures #630683 8 months ago |
Yes, of course. I actually wrote a script that generates the code and the first image I used (Twilight) had a white background anyway. Default background color is black, though.
Right now I am working with the high res mode which has about 260*190 pixels or something. Too bad images of that size don't fit into the ram. Working on it. |