mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
MAINT: Apply pre-commit
Remove byte-order-marker pre-commit check as there would be many adjustments necessary
This commit is contained in:
@@ -124,8 +124,8 @@ def play_game():
|
||||
rom_angle = (rom_angle + rom_angular_velocity) % 360
|
||||
angular_difference = rom_angle - bomb_angle
|
||||
c = math.sqrt(
|
||||
rom_distance ** 2
|
||||
+ bomb_distance ** 2
|
||||
rom_distance**2
|
||||
+ bomb_distance**2
|
||||
- 2
|
||||
* rom_distance
|
||||
* bomb_distance
|
||||
|
||||
Reference in New Issue
Block a user