From cecd0c9b156b672a6905d03a5168eb089f9570e8 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Thu, 4 Dec 2025 00:09:46 +0100 Subject: [PATCH] fix install guide --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3d1a07..c3a2a69 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,10 @@ This game is designed for the TIC-80 fantasy computer. To play, follow these steps: 1. **Download and Install TIC-80:** If you don't already have it, download the TIC-80 fantasy computer from its official website: [https://tic80.com/](https://tic80.com/) +2. **Clone this repository** Clone this repository to tic80's cartridge folder (MacOS: ~Library/Application Support/com.nesbox.tic/TIC-80) 2. **Launch TIC-80:** Start the TIC-80 application. 3. **Load the Game:** - * Navigate to the directory where `game.lua` is located using the TIC-80 command line (e.g., `cd /Users/tasi/Library/Application Support/com.nesbox.tic/TIC-80/mranderson/`). + * Navigate to the directory where `game.lua` is located using the TIC-80 command line (`cd mranderson`). * Type `load game.lua` and press Enter. * Once loaded, type `run` and press Enter to start the game.