rewolf93 / CS370

Programs for Software Engineering course
MIT License
0 stars 0 forks source link

Research PyGame #30

Closed rewolf93 closed 4 years ago

pathhh commented 4 years ago

I'm going to compile a list of resources that address some potential problems we will run into. I'll add more as I learn more.

Surfaces and Drawing

Color

Load Images

TIle-Based Graphics

Sound

Collision Detection

pathhh commented 4 years ago

Also, while this may not be relevant, it seems Pygame can be used in conjunction with Tkinter.

rewolf93 commented 4 years ago

PyGame is now acting as the backbone of our game. Thanks for doing the research to get us going.