Archive

Archive for the ‘Projects’ Category

CubeHunt featured again on BB App World

October 26, 2011 1 comment

My game for PlayBook named CubeHunt got featured again on BlackBerry App World, this boosts the downloads a lot.

IMG_00000109

featured_2011_10

Legendary Quest of Sandor Rozsa & Puli Games on Indie DB

September 28, 2011 Leave a comment

Yesterday we registered our group and our game to Indie DB. Have a nice day!

image

Puli Games

January 12, 2011 Leave a comment

We (me and some experienced artists) founded a new indie game development team named Puli Games.

Our mission is to release high quality and fun games for various platforms. We already won some international game development contest and currently uploading content to our homepage (http://puligames.com). We already have a facebook fanpage and a twitter user account.

I’m the forum administrator at the moment and programmer of most of our games. More and more talented coders, designers and artists join our group for broad variety of projects.

Flapo 2 on Kongregate

I submitted Flapo 2 to Kongregate. Play here.

Categories: Flash, Games, haXe, Projects Tags: , , ,

Playing with ShadowCaster

March 31, 2010 3 comments

I’m found this WIP Flixel game Rune Hunt. And I’m ported this shadow caster algorithm.

You can try my demo here. Click to create a new random light source.

Categories: Projects Tags: , ,

Ludum Dare » Blog Archive » sfxr for Haxe

September 21, 2009 Leave a comment
Categories: Projects Tags: ,

Triqui modifications

July 10, 2009 Leave a comment

To use Triqui wordpress plugin with more than one user i made this in my homepage dobdob.metacortex.hu:

Install and activate plugin: Role Manager

change these lines in mochi.php:

function add_plugin_pages() {
	add_menu_page('MochiAds', 'MochiAds', 'manage_mochi', __FILE__, 'mt_toplevel_page',plugins_url('mochi/mochi.png'));
	add_submenu_page(__FILE__, 'Setup', 'Setup', 'manage_mochi', 'mochi-setup', 'mochi_setup');
	add_submenu_page(__FILE__, 'Feed Games', 'Feed Games', 'manage_mochi', 'mochi-feed-games', 'mochi_feed_games');
	add_submenu_page(__FILE__, 'Manage Games', 'Manage Games', 'manage_mochi', 'mochi-manage_games', 'mochi_manage_games');
}

Add these to function mochi_table():

// Set 'manage_mochi' Capabilities To Administrator
$role = get_role('administrator');
if(!$role->has_cap('manage_mochi')) {
	$role->add_cap('manage_mochi');
}

(NOTE: That mochi_manage will be added only if you first time activate the mochi plugin. If you already activated the plugin then temporarly copy this piece of code to another function which will run next time then remove)

change this in function mochi_add_games():

$post['post_author'] = get_the_author_id();

Then I added new users who should be allow to manage mochi plugin, I set them role to ‘Editor’ the with Role Manager I added permission: ‘Manage_mochi’

—-
Also I made this modifications in echo_game

function truncate($string, $del) {
$len = strlen($string);
if ($len > $del) {
$new = substr($string,0,$del).”…”;
return $new;
}
else return $string;
}

function echo_game($id){
global $wpdb;
$game = $wpdb->get_row(“select * from “.$wpdb->prefix.”mochi where id = $id”,ARRAY_A);
if($game[blog_url]){
$game[swf_url]=$game[blog_url];
}
$post = get_post($game[blog_id]);
$authordata = get_userdata($post->post_author);
echo “<div id = \”game_$game[id]\”><div class = \”divstyle_$game[status]\” style = \”background-image:url($game[thumbnail_url]);\”>”;
echo “<p><strong>$game[name] ($game[author])• <a class=\”thickbox\” title = \”$game[name]\” href = \”".WP_PLUGIN_URL.”/mochi/showswf.php?file=”.str_replace(“http://”,”",$game[swf_url]).”&h=$game[height]&w=$game[width]&keepThis=true&TB_iframe=true&height=$game[height]&width=$game[width]\”>Play</a></strong> • Approved on “.substr($game[feed_approval_created],0,10).” • Game size: “.round($game[swf_file_size]/1024).”kB • $game[width]x$game[height] <br>“;

echo “Status: <strong>$game[status]</strong>”;
if($game[status]==”published”){
echo” ($authordata->nickname)”;
if($game[blog_url]){
echo ” • publisher feature: <span class = \”gameon\”>ON</span> (you are getting publisher revenue from this game)   <button  class = \”mochibutton\” type = \”button\” onclick = \”jQuery(‘#game_$game[id]‘).html(‘<div class = \’wip\’ style = \’background-image:url($game[thumbnail_url])\’>Deleting game…</div>’);jQuery.post(‘”.ADMIN_COOKIE_PATH.”/admin-ajax.php’,{action:’handle_mochi’,id:’$game[id]‘,func:’toggle’},function(data){jQuery(‘#game_$game[id]‘).html(data);});\”>Turn off</button>”;
}
else{
echo ” • publisher feature: <span class = \”gameoff\”>OFF</span> (you aren’t getting publisher revenue from this game)   <button class = \”mochibutton\” type = \”button\” onclick = \”jQuery(‘#game_$game[id]‘).html(‘<div class = \’wip\’ style = \’background-image:url($game[thumbnail_url])\’>Downloading game…</div>’);jQuery.post(‘”.ADMIN_COOKIE_PATH.”/admin-ajax.php’,{action:’handle_mochi’,id:’$game[id]‘,func:’toggle’},function(data){jQuery(‘#game_$game[id]‘).html(data);});\”>Turn on</button>”;
}
}
else
{
$desc = truncate($game[description], 200);
echo ” • $desc”;
}
[...]

Blogged with the Flock Browser
Categories: Games, Projects Tags: , ,

Lady Tut rip

June 30, 2009 Leave a comment

Someday I wanted to create a Lady Tut remake (C64, Apple). I collected a lot of material for this, also I ripped the sprites and chars.

Categories: Games, Projects Tags: , , , ,

Flapo on Kongregate and NewGrounds

June 22, 2009 1 comment

I uploaded my game Flapo to Kongregate and Newgrounds.

Blogged with the Flock Browser
Categories: Games, Projects Tags: , ,

Flapo – First place

June 22, 2009 Leave a comment

Flapo wins the kmk‘s contest: Read more (in Hungarian)

Blogged with the Flock Browser
Categories: Games, Projects Tags: ,
Follow

Get every new post delivered to your Inbox.

Join 52 other followers