Memorable Melodies v1.3 is written in Monkey2 programming language. Now it is tested to be working properly on newer Android devices! Remember there is a cheat in the game: Tap at the upper right corner of the screen and all the mistakes are cleared. In the code now MusicState() isn’t tested at all, instead theContinue reading “Memorable Melodies v1.3 available”
Tag Archives: game
My First Android Game Published on Google Play
This game project started in the year 2015. A long time passed I’m doing nothing for the game, but finally its ready and published! The project started with Monkey X, but I finished it with Cerberus X and compiled it to Android. I have not — at least not yet — plans for a freeContinue reading “My First Android Game Published on Google Play”
Missile Attack in Monkey X
Again, some nostalgia. In older blog post I presented a shortened version of my old implementation of Amiga’s “Missile Attack”. This night I made the game in Monkey X and the source can be directly compiled to Android target. The game is quite simple one: Just shoot the missiles before they get to the bottom ofContinue reading “Missile Attack in Monkey X”
How to Make a Worm Game Part 2
(Updated 03/05/2017 with improved source code and new video) A little update to older post. As the title of the post says we’re making a worm game (in Monkey X). In this version the worm is controlled by touching the screen keeping in mind that the game is really aimed to Android. I’ll explain hereContinue reading “How to Make a Worm Game Part 2”
Nostalgia: Missile Attack
Again, some nostalgia. I remember, that it was late 80s, when I had a game called “Missile Attack” for Amiga. It was shareware game priced at $5. Many years ago I made just for fun my own implementation of this classic game in Blitz3D. For curiosity, if my memory serves me right, in Terminator IIContinue reading “Nostalgia: Missile Attack”
How to make a worm game
Let’s have some nostalgia here, we’ll take a look, how to make a simple worm game. The example codes have been coded in Monkey X Pro, but can be compiled with free Monkey X to desktop and HTML5. Perhaps someone will develop a fun worm game with Monkey X Pro to Android. 🙂 First,Continue reading “How to make a worm game”