Category Archives: Game


April 6, 2016 10:26 pm

Creating the logic (Angular controller) of a Hangman game


Creating the logic (Angular controller) of a Hangman game
Hangman is a popular game in which users have to guess the characters in a word with missing letters. Each time they guess a character that does not exist – a man who is being hanged is slowly drawn on the screen. When they get hanged or they complete the word, a new word is given for them and they start anew.

[ Read More ]


April 4, 2016 8:58 pm

Creating a Hangman game with Node.js/Angular.js


Creating a Hangman game with Node.js/Angular.js
Hangman is a popular game in which users have to guess the characters in a word with missing letters. Each time they guess a character that does not exist – a man who is being hanged is slowly drawn on the screen. When they get hanged or they complete the word, a new word is given for them and they start anew.

[ Read More ]


March 13, 2016 8:23 pm

5 open source javascript games


5 open source javascript games
JavaScript has been one of the most famous web client side languages for years. It's usually used for adding effect and animations to websites' interfaces but it can do more and even games. Today we have 5 open-source games that are posted in public repositories by their developers on GitHub.

[ Read More ]