History of game passwords for the 8-bit NES video game system console from the 1980’s. Pros and Cons for password systems. Design considerations for a password system. How passwords are generated in Mega Man 2. Method for generating passwords in Metroid. How powerups, boss status, game time, and starting position is converted from bits and bytes into a password. Demonstration of program that provides an API to generating passwords for multiple NES games. A look at characters and spaces for various other NES games. Explanation of combinatorics terms and how those apply to game passwords.
Links
- NES password generator API source code – https://github.com/levidsmith/KnoxGameDesign/tree/master/passwords/nespasswd
- Types of NES passwords – https://nerdlypleasures.blogspot.com/2015/06/types-of-nes-passwords.html
- NES games that use a password – https://www.thealmightyguru.com/Wiki/index.php?title=List_of_NES_games_which_use_a_password
- NES ID codes – https://www.nesworld.com/nes/files/rarity/nes_master_list.txt
- MegaMan 2 password system – https://retromaggedon.com/index.php/mega-man-2-nes-passwords/
- MegaMan 2 memory map – https://datacrystal.tcrf.net/wiki/Mega_Man_2/ROM_map
- MegaMan 3 password system – https://megaman.fandom.com/wiki/Mega_Man_3_Password_Crack
- Metroid Password Format Guide – https://gamefaqs.gamespot.com/nes/519689-metroid/faqs/39232
- Metroid NES Password Generator – https://games.technoplaza.net/mpg/
- Metroid Password Tool – https://www.truepeacein.space/
- Metroid Password Tool source – https://github.com/alexras/truepeacein.space
- FCEUX – https://fceux.com/web/home.html
- FastAPI – https://fastapi.tiangolo.com/
- Deploy FastAPI to shared hosting – https://dev.to/cmanish049/how-to-deploy-fastapi-on-shared-hosting-cpanel-7ch
- Podcast theme music – Ride by Pocketmaster
/