diff options
author | Logan Hunt <loganthebean222@gmail.com> | 2022-11-29 10:56:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-29 10:56:48 -0700 |
commit | e239a0ffae1b544237ace91aa26ef62dead76038 (patch) | |
tree | dfb65edd0f5623a9bcf32f0e522996a8118f3fda | |
parent | f23887d68ff27e15f598c693767d1d4a9550e4de (diff) | |
download | graph-explorer-e239a0ffae1b544237ace91aa26ef62dead76038.tar.gz graph-explorer-e239a0ffae1b544237ace91aa26ef62dead76038.zip |
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,8 @@ # Graph Explorer -This is a WOK (wealth of knowledge) explorer that I made for fun and profit for CSE280. +This is a WOK (wealth of knowledge) explorer that I made as a fun project for CSE280. + +https://user-images.githubusercontent.com/25559600/204606705-ea742b05-b452-47e0-9069-b7cc5e7339a6.mp4 + ## Installation @@ -10,7 +13,7 @@ pip install pygame ``` ## Usage -For a video overview: watch [https://www.youtube.com/watch?v=nIgWwrd05ts] +For a video overview: watch on (YouTube)[https://www.youtube.com/watch?v=nIgWwrd05ts] ```bash cd src |