diff --git a/cur/programming/libraries/Lab18-Intro.html b/cur/programming/libraries/Lab18-Intro.html index 79252c22..ba3b50b0 100644 --- a/cur/programming/libraries/Lab18-Intro.html +++ b/cur/programming/libraries/Lab18-Intro.html @@ -82,8 +82,19 @@

(Not Covered) Beetle Blocks - Snap! but in 3D! Make some 3D fractals! +

+ If you are interested in Pygame, you are welcome to check out the documentation + or this resource that was made in 2021 by the old CS10 staff: Resource. + Pygame allows for the development of games that include graphics, + sound, and music by providing a framework for rendering graphics, handling sounds, + managing events, and more. It is also used for other types of multimedia applications + that require graphical display, audio, and user interaction. Pygame is popular + for its simplicity and is often recommended for beginners in game development. +
+ However, please note that the CS10 staff may not be able to help with Pygame debugging or specific features. +