From ee9bdd7678402811f817fcaa7d35c1fdecd75cca Mon Sep 17 00:00:00 2001 From: frank Date: Mon, 24 Oct 2022 22:47:21 -0400 Subject: [PATCH] fixed markdown --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 680a128..b49d389 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Pygame Framework ================ -PGFW is a game framework that facilitates the creation and development of [Pygame][] projects. It contains a class `Game` which can be inherited and used as a project skeleton. There are also classes for features such as sprites, animations, audio, b-splines, geometry, and screen capture. It is a collection of code used in previous projects with a focus on creating 2D games. Some examples of games using it are [Picture Processing][], [Scrapeboard][], and [Cakefoot][]. +PGFW is a game framework that facilitates the creation and development of [Pygame][] projects. It contains a class `Game` which can be inherited and used as a project skeleton. There are classes for features such as sprites, animations, audio, b-splines, geometry, and screen capture. It is a collection of code used in previous projects with a focus on creating 2D games. Some examples of games using it are [Picture Processing][], [Scrapeboard][], and [Cakefoot][]. Requirements ------------ @@ -12,7 +12,7 @@ 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://git.nugget.fun/nugget/pgfw/archive/main.zip) and unzip it) git clone https://git.nugget.fun/nugget/spacebox @@ -46,7 +46,7 @@ To further build this example, the [Pygame API][] and classes in [pgfw/][] could License ------- -Unrestricted use, under the zlib license, see [LICENSE.txt][LICENSE.txt] +Unrestricted use, under the zlib license, see [LICENSE.txt][] [Pygame]: https://pygame.org [Pygame API]: https://www.pygame.org/docs @@ -55,3 +55,4 @@ Unrestricted use, under the zlib license, see [LICENSE.txt][LICENSE.txt] [Cakefoot]: https://ohsqueezy.itch.io/cakefoot [sample.py]: sample.py [pgfw/]: pgfw/ +[LICENSE.txt]: LICENSE.txt