Releases: RailSafiullin/BallMoveSimulation
Releases · RailSafiullin/BallMoveSimulation
Release list
v1.0.0
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.pyChangelog
Added
- Storage.py
- Controller.py
- Factory.py
- docs: help.txt, version.txt
Update
- InitWindow
- main.py
v0.1.0
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.pyChangelog
Added
- Ball: add check collision function
- BallMoveSimulation: added exit from the program if the ball rises below the specified height
v0.0.1
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