Skip to content

Releases: RailSafiullin/BallMoveSimulation

v1.0.0

Choose a tag to compare

@RailSafiullin RailSafiullin released this 01 Dec 21:23

Overview

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

Requirements for launch

  • python
  • pygame
  • sys
  • os

Guide for launch

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

Changelog

Added

  • Storage.py
  • Controller.py
  • Factory.py
  • docs: help.txt, version.txt

Update

  • InitWindow
  • main.py

v0.1.0

Choose a tag to compare

@RailSafiullin RailSafiullin released this 01 Dec 19:51

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

v0.0.1

v0.0.1 Pre-release
Pre-release

Choose a tag to compare

@RailSafiullin RailSafiullin released this 01 Dec 19:25

The program opens a window with a falling ball

Requirements for launch

  • python
  • pygame
  • sys

Guide for launch

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