Open peterbusche opened 9 months ago
-Setting up Windows XP VM, Windows 7 VM, and Windows 10 VM to determine which one can install python 2.4, GCC 5.0, and a depreciated version of Microsoft Visual Studio from 2005 with the intent of trying to build the old Descent program.
[t:120]
-Hunting down errors in Windows XP when trying to use Descent installer. -Finding MSVC71.dll file online and adding it to system32 folder to get Descent to install and work.
[t:120]
-Converting python 2.4 code to python3.12 with python function "2to3" -Determining which python2.4 libraries are depreciated, which ones were absorbed, which ones no longer exist. -For libraries that were absorbed by another(e.g. numarray absorbed by numpy), determining if the functions are the same.
[t:120]
As a user, I want to easily input data into this project and have its entry separate from the executable for modularity
Size: medium
Definition of Done