Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
2d0edd1798
wrote the function check_winner in game.py so that the game can check whether player X or player O scoring three-in-a-row in any possible arrangement is true (which would lead to that player winning)
5c5883ec33
wrote code in asteroid.py, asteroid_spawner.py, spaceship.py, and nav_game.py in order to create an interactive game where the spaceship (player) must avoid incoming asteroids
d591ca6259
Wrote function triangle so that it draws a triangle with a side_length as the argument, and the function rectangle so that it draws a rectangle with a height and width as the two arguments.