So my kids and I are playing around with making some web-based games and I googled both PHP and Javascript games and the batch of JS games I found all seem to have bit-map graphics coming right out of 1987…I am assuming there’s a reason for that (other than the lack of artistic skills of programmers), could anyone kind of go into it some? Also, any links to some good web-based games would be appreciated (preferably PHP/Javascript/MySQL).
Thanks
I recommend SVG instead of bitmaps, it is a perfect choice for HTML5 games. See e.g. http://raphaeljs.com.