HTML Games (with JavaScript)

Games are a fun way to spend your time. They can be relaxing or exciting, even educational. Some are quite challenging and can be great problem-solving mental exercises. So, however you enjoy your games, creating and playing your own creations can be a great way to learn programming techniques.

A good way to “play” with some HTML JavaScript, and possibly enhance your (my) skill set.

Game collections

A great way to stoke your imagination for creating games is to explore the games created by others.

  • HTML 5 Games is the definitive source for free games to be played in your mobile or stationary browser. It is also a high quality showcase of games you can feature on your own website. You can just place any game link for free on your site.
  • Crazy Games - HTML5: These games are built using HTML5 to provide fun, challenging and free experience across any genre you can think of.
  • HTML5 Games: Play the most wanted HTML5 Games free online! Single player or multiplayer? Choose from thousands of popular games directly and enjoy the fun!
  • HTML Games: Play the best free online html and html5 games for mobile, tablet and desktop. Our games work on iOS (iPhone, iPad), Android and PC/Mac. Feel free to publish our html5 games on your site.
  • HTML Games Unblocked: Play the best html5 games unblocked only on our site, we add only crazy games every day for you and your friends which you can play fully unlocked and spend an awesome time here.

My Games (with code)

  • Hello is not a game but an example page showing Javascript interactivity using the Web Storage API. This is a simple, but cool, way to show how to store parameters for a page (game) locally and have the storage be persistent from session to session. See the Javascript Basics link above.