I have an idea for a new game (conversion of sorts). Thing is, part of the driving force is the score, or even, each score for each individual level. Leaderboards will be instrumental.
And… online leaderboards would be absolutely fantastic. Online solution would be limited to the few who has network connectivity of course, but I wonder, is there any MSX game that ever tried this successfully?
Cheating: It will be a honeypot for “hackers” of course. Anything without encryption will not work. Encryption on the data sent is possible (ideally with a server that can send you a challenge), but that is easy to bypass unless you have additional security. Secure connection does probably not exist on the MSX (unless someone has offloaded IPSec/SSH/https/TLS to a hardware on a cartridge.)??? And lastly, as there is no digital signing support from “the OS”, and that any real-time checksumming on the MSX would be dead slow, we have another drawback.
Apart from the above, there are ways to detect cheaters as well, and delete, ban users and such. And one could reset boards weekly, and son. But it’s a lot of overhead.
But still, did anyone attempt anything in the area of online leaderboards on MSX?