Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

mysterious-mice - Fix the bugs that made Crash Landing unplayable #139

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

fitzgeraldkd
Copy link
Contributor

The changes in the commits here should allow the Crash Landing game to be playable.

fitzgeraldkd and others added 3 commits September 13, 2020 16:09
At the time of writing this, the weather API is only returning 5 days of 
weather when our weekly weather data anticipates 7. This is causing an 
issue making the game unplayable. These changes removes the use of the 
weekly weather data to use a default values for the `wind_speed` and 
`temperature` variables.
The tuple representing the dust storm location previously had its x and 
y values updated independently. This sometimes (but not consistently) 
raises an error since tuples are immutable, rendering the game 
unplayable. The changes here correct this issue.
@ghost ghost added the needs 2 approvals label Sep 13, 2020
Base automatically changed from master to main March 13, 2021 19:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant