Page 1 of 1

books on basic web dev fr my love game

Posted: Fri Mar 07, 2014 6:15 pm
by DarthGrover
I'm working on an educational game which is coming along but I know nothing about web programming.

I may want the game to be web based. At the least I would like the teacher to access stats of student users and send word lists to students.

Can anyone recommend some beginning literature on the web aspects of web programming so I can have the background down the road when it is time to tackle these issues.

Thanks.

Re: books on basic web dev fr my love game

Posted: Sat Mar 08, 2014 5:08 pm
by Jeeper
DarthGrover wrote:I'm working on an educational game which is coming along but I know nothing about web programming.

I may want the game to be web based. At the least I would like the teacher to access stats of student users and send word lists to students.

Can anyone recommend some beginning literature on the web aspects of web programming so I can have the background down the road when it is time to tackle these issues.

Thanks.
You could have it send info to a Server with something like the LUBE library. It should be fairly simple to do.

Re: books on basic web dev fr my love game

Posted: Sun Mar 09, 2014 2:17 pm
by DarthGrover
I think I found a good source for the basic info I was looking for. Its a series of powerpoints:

http://bpastudio.csudh.edu/fac/lpress/471/hout/netech/

Also if Jeeper says I should use LUBE i think that will narrow things down. thanks Jeeper