At the end of this lesson, you will be able to:
understand boolean logic in programming
Logging into CSCircles
null
work through the following tutorials:
8: Remix
9: Else, And, Or, Not
recreate this tutorial in Replit: how PyGame works
note that Replit has a separate "Language" for Python with PyGame installed. Create a PyGame Repl instead of a Python one.
limit your rect from going off the screen.
create a second rect with its own keyboard key mappings
extend yesterday's Reply by adding text on the screen when the two rects collide that says "Tag, you're it"
have one rect operate at a slightly higher velocity than the other, then have them swap if they collide
note that the swap should only happen once per collision