Modifying game code to log input events for driver profiling and sentiment analysis.
-Always exit the game properly(no Altf4!) to ensure the log file is porperly generated and stored.
-Added basic keypress logging.(Up,down,left,right,ctrl,space).
-Added car name.
-Added lap counter.
-LogReader.py processes logfile and creates appropriate data structures for each log.
-ml.py , compare.py used to view data.