Jump to content
Sign in to follow this  
syira86

java game...

Recommended Posts

Contoh nak sort? Blh bagi view, I have java game. Tp xsure ade sorting ke x. lame dah xblaja. Tinggal cm 2 je. ::icon_razz::

Share this post


Link to post
Share on other sites
thnx cz reply..sy dah dpt game mngenai spell word tp xde high score n create akaun user...lect nk kitorg wat sorting n searching @pn hashing dlm game 2....if yurckkk nk kasi game..sy bbesar ati menerima...

Share this post


Link to post
Share on other sites
Senang je ni
Waktu nak start game tu or waktu game tu end, call method untuk masukkan nama.
pastu listkan semua score (sorted).

user ngan score leg simpan dalam file txt.

Code:
try {
        BufferedWriter out = new BufferedWriter(new FileWriter("outfilename"));
        out.write(user + "|" + score + "|");
        out.close();
    } catch (IOException e) {
    }


masa nak baca balik file tu boleh guna tokenizer or regex

Share this post


Link to post
Share on other sites
oh, my game xde high score..snake and ladder game..if want, gimmie ur email and i'll send to you..

Share this post


Link to post
Share on other sites
[quote name='harzo dioda' date='14 January 2010 - 09:50 AM' timestamp='1263433800' post='939095']
lam knal az..,sy dr bumi pertiwi indonesia.
kurang tahu bahasa anda.ni forum malaysia ?
kalo game java saya punya banyak alamat yang gratisan.pengen tahu ?
hubngi saya di 6285814482705
ato kunjungi websiteku di <a href="http://www.harzo.wap.sh" target="_blank">www.harzo.wap.sh</a>
[/quote]
Selamat datang harzo, bisa kongsi ilmu membuat java game disini... :D

Share this post


Link to post
Share on other sites
[quote name='MatchMaker' date='06 March 2009 - 12:14 AM' timestamp='1236269640' post='939093']
Senang je ni
Waktu nak start game tu or waktu game tu end, call method untuk masukkan nama.
pastu listkan semua score (sorted).

user ngan score leg simpan dalam file txt.

<dl class="codebox"><dt>Code:</dt><dd><code>try {
        BufferedWriter out = new BufferedWriter(new FileWriter("outfilename"));
        out.write(user + "|" + score + "|");
        out.close();
    } catch (IOException e) {
    }</code></dd></dl>

masa nak baca balik file tu boleh guna tokenizer or regex
[/quote]

abg matchmaker da kembali.kenapa dlm file txt lak?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...