Project Detail

J2ME game wanted, with source code  

J2ME game wanted, with source code is project number 493812
posted at Freelancer.com. Click here to post your own project.

 

| More Free Trial For New Buyers
 

Status: Cancelled

Selected Providers: -

Budget: $30-250

Created: 08/23/2009 at 5:24 EDT

Bid Count: 16

Average Bid:
$ 217

10/22/2009 at 5:24 EDT

Project Creator: XingInt1
Employer Rating: 8.2857/108.2857/108.2857/108.2857/108.2857/108.2857/108.2857/108.2857/108.2857/108.2857/10 (7 reviews)

Bid On This Project
 

Description

We're looking to buy J2ME games with source code. Please provide screenshots and a handset compatibility list with your bid in order to participate. We will consider buying more if the first game is acceptable and we can also take on developers for custom projects. Please note that we're looking for commercial quality J2ME games with a good number of handsets and full code, graphics and sound effects/music.

Messages Posted:2 View project clarification board Post message on project clarification board

Bid On This Project
 

If you are the project creator or one of the bidders Log In for more options

 

250

10 days

08-24-2009 02:16 EDT

Hi there, Please refer to PM. Thank you.

help

 

250

1 day

08-24-2009 00:14 EDT

Hello I made several classic and novel games ready. 30% discount on 10. $250 the one. Please check PM for screen shots. Best regards Mahammad

help

 

150

1 day

08-24-2009 10:00 EDT

We already have some game in J2ME.please check PM.thank you.

help

 

250

7 days

09-10-2009 01:20 EDT

Hi, Please check pmb for more details Thank you

help

 

250

1 day

09-18-2009 03:31 EDT

Hi, We are able to do it. Monika

help

 

250

5 days

08-29-2009 10:43 EDT

We have two j2me games.

help

 

250

5 days

08-23-2009 15:47 EDT

(No Feedback Yet)

Please check PMB for details

help

 

100

1 day

08-27-2009 14:13 EDT

(No Feedback Yet)

pac mam game

help

 

250

50 days

08-26-2009 11:41 EDT

(No Feedback Yet)

Dear sir/mam, We have already worked on J2ME and we have understand your requirements.we have an experience team.we will deliver you a honest and satisfactory work.We will complete your work within your time limit. Get it done in professionally and get it done in a right way.We will be pleased if we can get a chance to do work with you.we are hoping and hearing from you. Thank you very much From Hrut Infotech Team

help

 

200

2 days

09-04-2009 01:19 EDT

(No Feedback Yet)

Hi I have developed a number of games and can provide modifications for any of them to match your demands in no time. See a sample free game at http://kenyamobiletour.com. See your PM for more info

help

 

500

10 days

09-06-2009 02:48 EDT

(No Feedback Yet)

Dear Sir, we have 10 J2ME games and we can customize this according to your requirement. please contact soon. Thanks Anoop anoopnewdelhi

help

 

180

1 day

09-08-2009 12:47 EDT

(No Feedback Yet)

My game is already completed! just waited for buyers.

help

 

40

1 day

09-11-2009 03:53 EDT

(No Feedback Yet)

I have a 3d engine for pure j2me (textured perspective corrected rendering , colored lightings and so on).

help

 

250

2 days

09-14-2009 13:27 EDT

(No Feedback Yet)

Hey I have a large list of j2me games. I have been working on j2me games since last 4 years. To name some games: 1) Cricket (Professional and casual) 2) Top Down Shooter (4 full blast games) 3) Arcade Puzzle game. 4) Racing games. 5) and many more.

help

 

50

2 days

10-13-2009 12:26 EDT

(No Feedback Yet)

//created by sultana das(swapan) date:28/12/2009. //it s a helicopter game.just building import javax.swing.JRootPane; import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.awt.event.KeyListener; import java.awt.event.KeyEvent; import java.net.*; import javax.media.*; import java.awt.image.*; public class img implements KeyListener{ JFrame f = new JFrame(); Dimension d; int speed=0; Image im; boolean starting = true; int gun,gun1; int grot=0; int pic3= 0,pic4=-800; int iw=-1,ih; Image im1; int br=2; boolean start=false; int pic1=0,pic2=-600; int ul=0; boolean flag=false; int speed1=0; boolean ud=false; int rmx,rmy; int plx=0; int ply=0; int upd=0; int lan=0; int ms=0; int ms1=0; boolean msb1=false; int le=0; int x,y; boolean msb=false; int up=1; int up1=1; Color c1,c2; int pixels[]; int w,h; int hist[] = new int[256]; int max_hist = 0; int bul=0; boolean bull=false; int rd,rd1; int re; public static void main(String args[]){ int t=10; img ig = new img(); ig.go(); } public void go(){ th tht = new th(); f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); pane p = new pane(); f.getContentPane().add(p); f.setUndecorated(true); f.setSize(800,600); f.setVisible(true); sk ks = new sk(); ks.start(); f.addKeyListener(this); try{ tht.start(); }catch(Exception ex){} int dw=7; do{gun1+=100; if(gun1>=800){gun1=0;} pic4+=speed1;pic3+=speed1; pic1+=speed;pic2+=speed; if(pic2=600-speed){pic2=-600;} if(pic4>=800){pic4=-800;pic3=pic4+800;} if(pic3>=800){pic3=-800;pic4=pic3+800;} if(pic4=800){ms=800;msb=false;} if(msb1){ms1+=100;} if(ms1>=600){ms1=800;msb1=false;} br=-br; bul+=20; if(bul==60){bul=0;} iw=-iw; p.repaint(); try{Thread.sleep(100);}catch(Exception ex){} }while(dw==7); } class pane extends JPanel{ public void paint(Graphics g){ if(starting){ try{Thread.sleep(2000);}catch(Exception ex){} starting=false; } im = new ImageIcon("E:\\stone.jpg").getImage(); g.setColor(Color.white); g.fillRect(0,0,this.getWidth(),this.getHeight()); g.drawImage(im,0,0,800,600,0,500,800,600,this); move1(g,this); g.setColor(Color.black); for(int i=0;i=0){ up-=5;}else if(up=30){gun--;} } if(ch=='a'){gun--;if(gun=50){lan--;}} if(ch=='u'){lan--;if(lan=30){x--;}} if(ch=='x'){x--;if(x=20){speed1--;}} if(ch=='g'){speed1--;if(speed1=50){speed--;} } if(ch=='f'){speed--; if(speed<=-50){speed++;} } }

help

 

250

12 days

10-19-2009 04:49 EDT

(No Feedback Yet)

I can this do

help


    Bid on this Project