Cube Collision Pygame A small Pygame project where you can move two cubes around and see them collide. How to Play Use W, A, S, D to move the orange cube. Use the arrow keys to move the red cube. Requirements Python 3.x Pygame (pip install pygame) Run python main.py