Hack-a-Day / basic-badge

2018 Hackaday Belgrade Hardware Badge
MIT License
35 stars 8 forks source link

Badge plays Zork #8

Closed szczys closed 6 years ago

szczys commented 6 years ago

Acording to this repo, Zork I source code is in the public domain so we could use it on the badge if we have time to implement.

jaromir-sukuba commented 6 years ago

I implemented CP/M emulator and it can run CP/M Z80 Zork. Should I implement it natively on PIC32?

szczys commented 6 years ago

Can we make a menu quick link to launch into CP/M and run Zork? I don't see a reason to implement it natively as long as user has simple way to get into the game.

jaromir-sukuba commented 6 years ago

Zork is now (v 0.47) on second read-only disk C, no need to download it via xmodem, I'll make shortcut into main menu.

jaromir-sukuba commented 6 years ago

As of 0.49, Zork is in main menu.

szczys commented 6 years ago

Tested and working.