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
This commit is contained in:
MORDECAI ETUKUDO 2023-08-22 14:57:03 +01:00 committed by GitHub
parent 45e3f95445
commit 12a02fb409
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,6 +132,8 @@ # Copy the configuration file and make the necessary modifications.
| OPENAI_API_BASE # Optional | OPENAI_API_BASE: "https://<YOUR_SITE>/v1" | export OPENAI_API_BASE="https://<YOUR_SITE>/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"