Merge pull request #17 from OdineiRibeiro/master

Refactored readme
This commit is contained in:
Seth Woodworth 2017-04-12 20:26:29 -04:00 committed by GitHub
commit a9e276ce88
1 changed files with 6 additions and 5 deletions

View File

@ -1,15 +1,16 @@
# Prince of Persia Apple II
Some background: This archive contains the source code for the original Prince of Persia game that I wrote on the Apple II, in 6502 assembly language, between 1985-89. The game was first released by Broderbund Software in 1989, and is part of the ongoing Ubisoft game franchise.
For a capsule summary of Prince of Persia's 25-year history, and my involvement with its various incarnations, see [jordanmechner.com/prince-of-persia] (http://jordanmechner.com/prince-of-persia) and [jordanmechner.com/bio] (http://jordanmechner.com/bio).
For a capsule summary of Prince of Persia's 25-year history, and my involvement with its various incarnations, see [jordanmechner.com/prince-of-persia](http://jordanmechner.com/prince-of-persia) and [jordanmechner.com/bio](http://jordanmechner.com/bio).
For those interested in a fuller understanding of the context -- creative, business, personal, and technical -- in which this source code was created, I've published my dev journals from that period as a print book, ebook, and in blog form. Take your pick at [jordanmechner.com/ebook] (http://jordanmechner.com/ebook).
For those interested in a fuller understanding of the context -- creative, business, personal, and technical -- in which this source code was created, I've published my dev journals from that period as a print book, ebook, and in blog form. Take your pick at [jordanmechner.com/ebook](http://jordanmechner.com/ebook).
For those who'd like to dig into the source code itself, I've posted an explanatory technical document at [http://www.jordanmechner.com/downloads/popsource.pdf]
(http://www.jordanmechner.com/downloads/popsource.pdf) which should help. This is a package I put together in October 1989 for the benefit of the teams that were undertaking the ports of POP to various platforms such as PC, Amiga, Sega, Genesis, etc.
For those who'd like to dig into the source code itself, I've posted an explanatory technical document at [jordanmechner.com/downloads/popsource](http://www.jordanmechner.com/downloads/popsource.pdf) which should help. This is a package I put together in October 1989 for the benefit of the teams that were undertaking the ports of POP to various platforms such as PC, Amiga, Sega, Genesis, etc.
Beyond that, please don't ask me to explain anything about the source code, because I don't remember! I hung up my 6502 programming guns in October 1989, and after two decades working primarily as a writer, game designer, and creative director, to say my coding skills are rusty would be an understatement.
Thanks to [Jason Scott] (http://www.textfiles.com) and [Tony Diaz] (http://www.apple2.org) for successfully extracting the source code from a 22-year-old 3.5" floppy disk archive, a task that took most of a long day and night, and would have taken much longer if not for Tony's incredible expertise, perseverence, and well-maintained collection of vintage Apple hardware.
Thanks to [Jason Scott](http://www.textfiles.com) and [Tony Diaz](http://www.apple2.org) for successfully extracting the source code from a 22-year-old 3.5" floppy disk archive, a task that took most of a long day and night, and would have taken much longer if not for Tony's incredible expertise, perseverence, and well-maintained collection of vintage Apple hardware.
We extracted and posted the 6502 code because it was a piece of computer history that could be of interest to others, and because if we hadn't, it might have been lost for all time. We did this for fun, not profit. As the author and copyright holder of this source code, I personally have no problem with anyone studying it, modifying it, attempting to run it, etc. Please understand that this does NOT constitute a grant of rights of any kind in Prince of Persia, which is an ongoing Ubisoft game franchise. Ubisoft alone has the right to make and distribute Prince of Persia games.