From fcd317ed81fbd1734b3ad4665a502cb6983710be Mon Sep 17 00:00:00 2001 From: ApfelTeeSaft <91074565+ApfelTeeSaft@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:24:55 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba7e0ae..dcb908c 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ If you don’t have TempleOS set up yet, follow these steps: ### 2. Save the Pong Code in TempleOS -1. Open the editor in TempleOS by pressing `F7` or by typing `Edit` in the command line and pressing `Enter`. +1. Open the editor in TempleOS. 2. Copy the Pong game code (from `Pong.HC` provided in this repository) and paste it into the TempleOS editor. -3. Save the file as `Pong.HC` by pressing `F2`, entering `Pong.HC`, and pressing `Enter`. +3. Save the file as `Pong.HC`. ### 3. Run the Game @@ -54,7 +54,6 @@ You can create a shortcut in the TempleOS "Red Sea" menu for easier access to th - This line adds a new menu item labeled "Pong Game" to the Red Sea menu. Selecting it will load and run `Pong.HC`. 3. **Save the File**: - - Press `F2` to save your changes and exit the editor. 4. **Test the Shortcut**: - Reload the Red Sea menu by typing: @@ -74,4 +73,4 @@ You can create a shortcut in the TempleOS "Red Sea" menu for easier access to th - The game will reset the ball after each score. - The scores are displayed above each paddle. -Rest in Peace Terry. \ No newline at end of file +Rest in Peace Terry.