fixed markdown

This commit is contained in:
ohsqueezy 2022-10-24 22:47:21 -04:00
parent d01bed4905
commit ee9bdd7678
1 changed files with 4 additions and 3 deletions

View File

@ -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