Throughout this year, we have released over 500 new levels and half a dozen additional tile sets on the Android version of Fantasy Mahjong. Please be sure to get the update so you can enjoy all the new additions. The latest version can be found on Google Play at: https://play.google.com/store/apps/details?id=com.permadi.temple_of_mahjong (If you already have the app, […]

We just uploaded an update to Knockdown the Pumpkins 2 on Android. The update contains the followings: Fixed a rare bug where the ball count wasn’t properly counted. Fixed a bug on some devices where targets appear off-screen. Improve scaling on devices with very tall screen aspect-ratio. If you haven’t already, please check it out. […]

We added a new cool machine into Cookie Bulldozer – Idle Clicker game on Android. There are now 4 machines that you can play in the game. The game can be found on Google Play at: https://play.google.com/store/apps/details?id=com.permadi.cookiePusher Summary of features: – A “clicker” game where you play a bulldozer machine to collect cons and virtual […]

Mahjong Galaxy Space is one of our most downloaded apps and already has over 100,000 downloads. In this update, we added more boards and adjusted some of the tile sets to make them more distinct. If you already have the app installed, please be sure to update to get these addition and improvements. If you […]

We released a new version of Hexagon Tower Balance on Google Play with the following updates: Rebrand the app to better reflect the game. New levels added. Difficulty adjustments (we heard from players that some levels are too hard, so made them easier). Adjusted scaling so that the game will adjust size better on very […]

Uploaded source code and demos for our ray casting tutorials to GitHub (https://github.com/permadi-com/ray-cast#ray-casting-tutorial-demos). Ray casting is a popular graphic rendering techniques in the 90s, used to render semi-3D worlds in many games.  These repository contain demos for the ray-casting tutorials at permadi.com. https://permadi.com/1996/05/ray-casting-tutorial-table-of-contents/ Read through the tutorial to learn the concept behind ray casting, then […]

This tutorial builds upon the previous tutorial at /2010/10/html5-saving-canvas-image-data-using-php-and-ajax, with additional explanation on how to pass parameters along with the canvas data. We will demonstrate methods of saving the content of a HTML5 Canvas object using server side scripting. PHP will be used in this example, but the technique can be applied in other languages as […]

We’ve just release a free asset on the Unity Asset Store. If you use Unity3D, definitely check this out: https://assetstore.unity.com/packages/3d/vehicles/space/3d-voxel-cube-spaceships-sampler-65910.  Unity version 5.3.0 or newer required. The asset contains stylized 2 models/prefabs of 3D spaceships that can be used on 2D or 3D games. In addition to the models, the asset package comes with two demo of space […]

Here’s the source to my Tic Tac Toe PHP game. I originally wrote this in Perl before porting it to PHP. It’s quite primitive (load a new page every time you make a move). It has a computer opponent with a decent AI, implementing Minimax (see http://en.wikipedia.org/wiki/Minimax for more) algorithm. You can see it running here. […]

1 2 3 22