Results 4 issues of Brian S

##### On a 23x40 grid, we are getting between 50 to 22 fps, best case vs. worst case. Neither of these numbers are acceptable since all we're drawing right now...

Right now there must be something hard coded into the program that limits the players movement. In a 20x20 tile, 640x640 pixel map, the player can only move about 320pixels...

There should be a logging feature added to replace the runtime errors that slow down the program dramatically. I'm guessing it should be placed at the root of the program...

feature

With https://github.com/zach-taylor/splunk_handler/pull/49, the underlying urllib3 minimum version required increased to 1.26.0. **Requests 2.25.0** is the first version that pulls in **urllib3 1.26.0**. **urllib3 1.26.0** (2020-11-10) https://urllib3.readthedocs.io/en/latest/changelog.html#id6 Deprecated Retry options Retry.DEFAULT_METHOD_WHITELIST,...