From 2bbdc9a7028dd86c8a2f06a74403ffc5a1fe6d44 Mon Sep 17 00:00:00 2001 From: frank Date: Fri, 28 Apr 2023 15:26:55 -0400 Subject: [PATCH] fix repo url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2853715..1a421a5 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Requirements Start a project --------------- -Clone the repository (or [download](https://git.nugget.fun/nugget/pgfw/archive/main.zip) and unzip it) +Clone the repository (or [download](https://open.shampoo.ooo/shampoo/pgfw/archive/main.zip) and unzip it) - git clone https://git.nugget.fun/nugget/spacebox + git clone https://open.shampoo.ooo/shampoo/pgfw Save the following script at the root of the repository to create a project that redraws a square at a random location every second. The project can be run with `python3 [SCRIPT]`. Maybe some cats may even like this game. This script is also available in [sample.py][].