Looking to Hire Javascript Programmer

Looking to hire a PHP developer for a paid position? Looking for a paid PHP job? Want to post your resume? Let the job hunt begin...

Moderator: General Moderators

Post Reply
psychotomus
Forum Contributor
Posts: 487
Joined: Fri Jul 11, 2003 1:59 am

Looking to Hire Javascript Programmer

Post by psychotomus »

I found source code to a javascript map editor that I need a few modifications to.

source: http://www.tacticalrpgengine.com/ninja.zip

Live Demo:
http://www.tacticalrpgengine.com


I need a Load Feature.
I need a new Save Feature that saves data to mySQL database.
I need a way to load tiles from directory to replace current tiles.

I only need 3 things filled in that mapdata table. the rest I can do by myself I believe.

tile = tilename, not with tilepath
x = xcord of tile
y = ycord of tile

Heres my mySQL table for maps.

CREATE TABLE `mapdata` (
`id` int(11) NOT NULL auto_increment,
`game_id` int(12) NOT NULL default '0',
`map_id` int(6) NOT NULL default '0',
`tile` VARCHAR(100) NOT NULL default '0',
`x` int(6) NOT NULL default '0',
`y` int(6) NOT NULL default '0',
`charid` int(6) NOT NULL default '0',
`enemyid` int(6) NOT NULL default '0',
`iswalkable` varchar(1) NOT NULL default 'n',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 ;


Please look at the source before you give me a quote to make sure you can do it.


aim; ninja sim
msn; sim@po2.net
ryounes
Forum Newbie
Posts: 2
Joined: Thu Jul 16, 2009 2:27 pm

Re: Looking to Hire Javascript Programmer

Post by ryounes »

Hello,
I have looked at the ninja zip and I'm pretty confident that i can deliver what you need.
It'd be interested in working on this small project.
I look forward to hearing from you.
psychotomus
Forum Contributor
Posts: 487
Joined: Fri Jul 11, 2003 1:59 am

Re: Looking to Hire Javascript Programmer

Post by psychotomus »

sorry for late reply but job is nearly finished now.
Post Reply