Course Home
Announcements
Check Yourself
Python Errors in English
CodeSkulptor FAQ
Reflections

Online Lessons

Related Links

Online Development

Lessons

Reference

eBooks

Pong

Now that we have experience with both event-driven and object-oriented programming, let's combine the two to make one of the great classic arcade games--Pong!

Watch the videos below on converting the Scoreboard program into a class. Follow along to make your own Scoreboard class. Use this Scoreboard program to get started.

Here is a template for Pong.

Stay tuned for details on how to build a complete game!