You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's time to get started on your pygame journey, but what is pygame? Well
21
21
pygame is "a free and open-source cross-platform library for the development
22
-
of multimedia applications like video games using Python". As the
22
+
of multimedia applications like video games using Python"(<ahref="https://github.com/pygame-community/pygame-ce?tab=readme-ov-file">pygame-ce github repository</a>). As the
23
23
description suggests, it's mostly used to make video games - which is why in
24
24
this book we'll be learning techniques relevant to making games
25
25
</p>
26
26
27
27
<p>
28
-
Pygame provides the very basic utility to draw and manipulate pixels on to
28
+
Pygame aims to be a user-friendly library to draw and manipulate pixels onto
29
29
the screen, much like <ahref="https://www.libsdl.org/">SDL2</a>, but with
30
30
extended features in various forms that makes it easier to use. Given this
31
31
nature, you generally have a lot of control on how you want your code to
0 commit comments