View Single Post
  #5  
Old December 5th, 2003, 05:47 AM
Kamog's Avatar

Kamog Kamog is offline
Lieutenant General
 
Join Date: Nov 2002
Posts: 2,903
Thanks: 1
Thanked 0 Times in 0 Posts
Kamog is on a distinguished road
Default Re: OT - Pacman ported to... Excel???

It actually works!!

It is really clever how they did that. It looks like each of the pixels on the screen is actually a little square cell in the spreadsheet, and they change the color fill in these cells to display the graphics. You can look at the VBA code in Excel by going to the Tools Menu -> Macro-> Visual Basic Editor (or ALT + F11). The author went to a lot of trouble to do this. But some of the code appears to be in Japanese, and I couldn't figure out how to display it properly.
Reply With Quote