about summary refs log tree commit diff
path: root/simulation.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Structured source files into src folderBaitinq2022-02-101-133/+0
* Started preparation to implement proper altitude calculations and gravityBaitinq2022-02-101-6/+11
* Fixed heading calculation by using atan2Baitinq2022-02-101-7/+7
* Add heading component to the x movementBaitinq2022-02-091-1/+12
* Implemented basic version of x movementBaitinq2022-02-091-13/+18
* Implemented force calculation for x coordinateBaitinq2022-02-091-18/+31
* Started preparation to implement x movementBaitinq2022-02-091-8/+17
* Fixed thrust calculation by taking g into accountBaitinq2022-02-091-1/+1
* Add support for rocket stagesBaitinq2022-02-081-9/+12
* Add game atmospheric backgroundBaitinq2022-02-071-0/+1
* Add initial pygame guiBaitinq2022-02-071-3/+4
* Initial CommitBaitinq2022-02-061-0/+85