Haskell Quiz/Chip Eight

From HaskellWiki
< Haskell Quiz
Revision as of 13:44, 13 July 2007 by JohannesAhlmann (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Chip 8 (#88)

CHIP-8 was an interpreted language used in the 1970's for basic games like Pong.

Your job is to make an emulator. It will only cover some basic parts of it, but all emulators have to start somewhere.

The Problem

http://www.rubyquiz.com/quiz88.html

Solutions