Skip to content

Commit

Permalink
Add pygame
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehul-Gandhi committed Nov 15, 2023
1 parent bdc246e commit f8b2bd4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cur/programming/libraries/Lab18-Intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,19 @@ <h3>
(Not Covered) Beetle Blocks - Snap! but in 3D! Make some 3D fractals!
</li>
</ul>
<p>
If you are interested in Pygame, you are welcome to check out the <a href="https://www.pygame.org/docs/">documentation </a>
or this resource that was made in 2021 by the old CS10 staff: <a href="https://cs10.org/bjc-r/cur/programming/python/pygame_intro.html?topic=berkeley_bjc%2Fpython%2Fpygame.topic">Resource</a>.

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.

<br/>
However, please note that the CS10 staff may not be able to help with Pygame debugging or specific features.
</p>



Expand Down

0 comments on commit f8b2bd4

Please sign in to comment.