ok, so I've managed to build the code and get it running on my Ubuntu box. I haven't tested it much, but it seems ok. I had to fix a couple of errors in the source, and update a few anachronisms (e.g. -fwritable-strings isn't supported by gcc any longer, and the whole BSD sgtty style TIOC* ioctls are not current practice), and eliminate a feature or two (e.g. the signal handling seemed to be of marginal utility and a real mess to update).
I have not yet managed to correctly read the starting save file however. I can read save files that were generated by the compiled executable, so its not completely broken, but I haven't yet figured out what's different about the save file that comes with the competition. If the government shutdown goes on long enough, I hope to have the time to figure it out.
I have not yet managed to correctly read the starting save file however. I can read save files that were generated by the compiled executable, so its not completely broken, but I haven't yet figured out what's different about the save file that comes with the competition. If the government shutdown goes on long enough, I hope to have the time to figure it out.
Comment