Common feature in many application is possibility to zoom text content by Ctrl + Mouse Wheel. IntelliJ Idea has this feature, but it’s disabled by […] Read More
Category: Development
In previous article we displayed also game objects. Now it’s time to add some movement. We will use mouse click to navigate an avatar around […] Read More
In previous article we were talking about graphics tiles. Now we would like to display game objects. Sokoban contains just two types of objects: avatar […] Read More
In the previous article, we set the foundation for building a clone of Sokoban game. We displayed level in form of text. This form is […] Read More
Computer games have been written in nearly every computer technology. In 90' C and C++ were the kings. As we moved to the era of […] Read More