From 12a02fb40915de65d4d8f1bda8c09c41fa36abfb Mon Sep 17 00:00:00 2001 From: MORDECAI ETUKUDO <103220475+martcpp@users.noreply.github.com> Date: Tue, 22 Aug 2023 14:57:03 +0100 Subject: [PATCH] Added video tutorial link From Matthew Berman Added video tutorial link From Matthew Berman you tube channel on how to setup and create a simple Snake game --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a66535f95..e77e05765 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,8 @@ # Copy the configuration file and make the necessary modifications. | OPENAI_API_BASE # Optional | OPENAI_API_BASE: "https:///v1" | export OPENAI_API_BASE="https:///v1" | ## Tutorial: Initiating a startup +### video startup guide +## [click to watch](https://youtu.be/uT75J_KG_aY) ```shell python startup.py "Write a cli snake game"