<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/8701199?origin\x3dhttp://indygamer.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
 

Monday, April 09, 2007
Bubble Kong is a delightful little platformer developed by a couple of PyWeek competition veterans. The objective of the game is to guide a seahorse to the end of each level while collecting items and bonuses.

Three shots are needed in order to encapsulate an enemy in a bubble. Grab a power-up to cut this requirement down to one. Press the X key to shoot and use the Z key to jump. Bubbles can be used to reach higher ground.

Requires the installation of Python and Pygame.

Name: Bubble Kong
Developer: The Olde Battleaxe
Category: Platform
Type: Freeware
Size: 5MB
1 Comments:
Blogger gnome said at 4/13/2007 08:31:00 AM:  
Now, if only someone could come up with a cleaner install...