--- title: "Mr. Me!" type: "article" slug: "mr-me" url: "http://localhost/article/mr-me/" markdown_url: "http://localhost/article/mr-me.md" published_at: "2026-01-25T21:22:39+00:00" modified_at: "2026-01-25T21:22:41+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "This game is just like the ever popular \"PAC-MAN\" Control Mr. Me! with the joystick or the keyboard: Q-UP, A-DOWN, O-LEFT, P-RIGHTPress 1 to pause the game. Press [STOP] to reset the game." category: - name: "Byte Power" slug: "byte-power" taxonomy: "category" url: "http://localhost/category/periodicals/byte-power/" post_tag: - name: "Downloadable" slug: "downloadable" taxonomy: "post_tag" url: "http://localhost/tag/downloadable/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Eric Boisvert" slug: "boisvert-eric" taxonomy: "indiv" url: "http://localhost/indiv/boisvert-eric/" publication_r: id: 38570 title: "Byte Power 1st Class Magazine" type: "periodical" url: "http://localhost/periodical/byte-power-1st-class/" authors_r: - name: "Eric Boisvert" slug: "boisvert-eric" taxonomy: "indiv" url: "http://localhost/indiv/boisvert-eric/" issues_articles: - id: 38576 title: "Byte Power Feb 1987" type: "issue" url: "http://localhost/issue/byte-power-6/" pubdate: "February 1987" archive_link: true article_media: - id: 63204 title: "Mr Me!" type: "computer_media" url: "http://localhost/computer_media/mr-me/" --- # Mr. Me! This game is just like the ever popular “PAC-MAN” Control Mr. Me! with the joystick or the keyboard: Q-UP, A-DOWN, O-LEFT, P-RIGHTPress 1 to pause the game. Press [STOP] to reset the game. ## Source Code: Mr Me! ``` 1 REM M R M E written by E Boisvert ©1987 BYTE POWER 10 RANDOMIZE USR 42623 9000 BORDER 0: INK 0: PAPER 0: CLEAR 29999: LOAD ""CODE : INK 7: IF PEEK 23681=0 THEN CLS : LIST 9999: STOP 9010 RUN 9999 SAVE "Mr Me" LINE 9000: SAVE "Mr Me"CODE 42623,22800: VERIFY "": VERIFY ""CODE ```