I'm trying to make a super simple web-based game (tic tac toe for example) but I'm not even sure where to start. Like I can write C code + cmdline interface easily enough. But how to set that up w/a gui online is a mystery...
One option would be to like do everything in java & embed an applet. But what are my options for having some C code as the backend? Like I could autogen a new html page every time the board updates but that seems awkward. Would that have to run on the server?
thanks in advance,
-eliu
One option would be to like do everything in java & embed an applet. But what are my options for having some C code as the backend? Like I could autogen a new html page every time the board updates but that seems awkward. Would that have to run on the server?
thanks in advance,
-eliu