Games-4

Threejs Collision Detection

ThreeJS Collision Detection Guide

If you’re developing a game and you’re having trouble in getting your character unstuck from an object, there’s a tutorial about ThreeJS Collision Detection. According to developer Bryan Jones, collisions …Read more

Leaderboard

How to Create a Leaderboard

One of the essential elements of a multiplayer HTML5 game is the leaderboard. This system keeps track of the players’ scores and can be used to get their details for …Read more

Stupid Chess

There’s something to be said about polishing your game a bit before making it accessible to millions of people online. I’m a fan of indie developers who try out new …Read more

Adding Ledge Grab to your Code

The implementation of ledge grabbing in 2D games can widely be used on RPG or adventure game types. This occurs when a certain character automatically grabs on a ledge when a …Read more

Alien Invasion

Remember that scene in the Avengers where Tony Stark mentioned that some guy was playing Galaga? That was the first thing that popped into my head when I came across …Read more

Koubachi

One doesn’t necessarily have to make cool graphic-based games to sell out. You just have to get the majority of people into your game, just like how Flappy Bird took …Read more

Magical Pet Swap Shop

Mutating animals at your whim could be a dream for people who want to have pets. How about mutating animals in the virtual world? Check out this game called Magical Pet …Read more

Cooldog Teaches Typeing

If you know someone who wants to learn typing in a fun and fast way, refer them to this cool and fun typing game called Cooldog Teaches Typeing. Back in the …Read more

Space Buggy

If you ever played the popular Hill Climb Racing on your mobile phones, you might want to give Space Buggy a try. Just like the hit mobile game, Space Buggy involves …Read more

Design better HTML5 games

Web designers often have difficulty designing games. With the advent of HTML5 technology, there are more variables to consider with multiple screen sizes, platforms, workflows and such. On top of that, designers …Read more