Understanding prototypal inheritance in JavaScript - Part 1
tags: technical javascript
One of the most misunderstood features of JavaScript is its prototypal object system instead of the more familiar class-based one.
Most of the articles that you find on the Internet regarding JavaScript inheritance don’t mention some important details, that I’m going to show you in this blog post series.
Read MoreThere are comments.
What to do when your HTML5 game runs slow on mobile devices
tags: technical frank the dillo, frigame cocoonjs
In the first installment of the technical series, we talked about the main disadvantage of the HTML5 technology, that is its performance can be poor compared to a native app.
When testing Frank the Dillo a Kindle Fire HD it was so slow that it was unplayable.
Should Frank the Dillo be rewritten in Haxe, or is there a solution to make HTML5 games run faster?
Read MoreThere are comments.
Styling HTML links and buttons in order to appear the same
When creating the game menus using HTML and CSS, there are 2 elements that
can be used to interact with the user, that are links, using the <a> HTML tag,
and buttons, using the <button> HTML tag.
Each of these 2 elements has its optimal use case, and they can be made to appear the same using some CSS.
Read MoreThere are comments.
Analyzing the building blocks of a friGame based game
In the previous installment of the technical series, we looked at the various technologies needed to make a game based on friGame, and the 3 major blocks that compose friGame itself; now let’s take a look at the details of these blocks by analyzing the arkanoid demo bundled with friGame.
Read MoreThere are comments.
Structure and basic concepts of a friGame based game
In the previous installment of the technical series, we discussed about why friGame was the chosen technology for developing Frank the Dillo; today we will be talking about the concepts behind friGame and the basic structure of a game based on it.
Read MoreThere are comments.
A technical overview of Frank the Dillo
tags: technical frank the dillo
In the past 3 months there were no new user-visible features implemented for Frank the Dillo, but this does not mean that we stopped working on the project, far from it, but rather we are facing some technical challenges, that I will be blogging about in the next weeks.
Read MoreThere are comments.
New images for Frank the Dillo!
tags: frank the dillo screens
Now that the graphics are close to be completed, we can finally show some images revealing gameplay and levels!
Read MoreThere are comments.
Frank is on a quest!
tags: frank the dillo main character
Our game main character Frank, facing his secret quest…
Read MoreThere are comments.
Frank the Dillo is coming
tags: frank the dillo
Finally some screenshots showing our current project, a minigolf game, codename: “Frank the Dillo”!
Read MoreThere are comments.
Cownado at Next Game Frontier
tags: paris next game frontier
Cownado will attend the web gaming conference ‘Next Game Frontier’ on the 13th of March.
Read MoreThere are comments.