Controlling Arduino Via SD Cards

I want to make a video game system and I want to code it on a SD card and use a SD card arduino reader to "play" it on.

how can I do this?

1234567891012151617:
I want to make a video game system and I want to code it on a SD card and use a SD card arduino reader to "play" it on.

how can I do this?

Learn a whole lot.

  1. write your own boot loader that can update the Flash from a SDCard.
  2. code your video games withing the limitations of the Arduino.
  3. build your custom Arduino board that supports your video game hardware.

Chuck.