Metadata-Version: 2.1
Name: car-racer
Version: 0.3.0b0
Summary: A small racing game with the possibility to train an AI to learn to play the game
Home-page: https://github.com/kamejosh/car_racer
Author: Joshua Hercher
Author-email: josh@bitperfect.at
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: dotmap (==1.3.23)
Requires-Dist: flake8 (==3.9.0)
Requires-Dist: pyglet (==1.5.15)
Requires-Dist: Shapely (==1.7.1)
Provides-Extra: testing
Requires-Dist: pytest (==6.1.2) ; extra == 'testing'
Requires-Dist: pytest-cov (==2.10.1) ; extra == 'testing'
Requires-Dist: mock (==4.0.2) ; extra == 'testing'

# TBD


