Skip to content

v0.1.0

Choose a tag to compare

@RailSafiullin RailSafiullin released this 01 Dec 19:51
· 13 commits to main since this release

Overview

The program opens a window with a ball that falls on the surface and bounces off

Requirements for launch

  • python
  • pygame
  • sys

Guide for launch

git clone https://github.com/RailSafiullin/BallMoveSimulation
python main.py

Changelog

Added

  • Ball: add check collision function
  • BallMoveSimulation: added exit from the program if the ball rises below the specified height