Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.51 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.51 KB

Pygame Tutorials

Pygame-ce

I am switching to pygame-ce. It is a drop-in replacement for pygame. You do not need to change your code.

It aims to offer more bug fixes, improvments, and extra features.

You install the library in the traditional way. You will want to uninstall pygame first.

pip uninstall pygame
pip install pygame-ce

Car Crash

A driving game tutorial based on a Car Crash tutorial I found somewhere. The assets are the same, the code is completely different. The first iteration starts as a script. The project ends in OOP.

Car Crash Screenshot

Games

  • Car Crash
  • Flappy Bird
  • Pong
  • Tractor Pong

Purpose

I am an Information Technology Instructor at Western Nebraska Community College. I teach Information Technology, CyberSecurity and Computer Science. Best job ever!

This is a collection of PyGame tutorials for my Computer Science classes at Western Nebraska Community College.

Visit our Facebook page: Facebook WNCC IT Program

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Copyright (c) 2024 William A Loring