/Driver-Profiling

Modifying game code to log input events for driver profiling.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

StuntRally

Modifying game code to log input events for driver profiling and sentiment analysis.

Notes:

-Always exit the game properly(no Altf4!) to ensure the log file is porperly generated and stored.

Done:

-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.