+ 2
Is it possible to build a browser game with...
HTML, CSS, Javascript, and PHP being they are the only areas I have knowledge in thus far? I'm still fairly new to all of this. Where would you guys suggest I begin?
3 Answers
+ 4
Usually Canvas is used to make games in web but dom elements can also be used for simple games . 
Like this - 
https://code.sololearn.com/WIF2bAaS534q/?ref=app
https://code.sololearn.com/WoohgJ8qCPbq/?ref=app
Some canvas games examples - 
https://code.sololearn.com/W62XzdQb0r64/?ref=app
For easy beginning of canvas projects , i prefer p5.js
+ 2
Yes you can build some  games
+ 2
yes you can. I suggest learn javascript. I made a little game with js and html canvas. 
https://code.sololearn.com/W83Snc0fQ83l/?ref=app







