Show Posts
|
|
Pages: [1]
|
|
1
|
Games Center / 4K Game Competition - 2008 / 4k - Balance
|
on: 2008-03-01 21:07:42
|
Hello all, This is my submission for this year. I had some more ideas, but not enough time, http://www.java4k.com/index.php?action=games&method=view&gid=194You have to control the platform inclination to move the ball to the red square. Use the mouse movement to control it.. These are the controls: - 1 - 7: Choose map. - Mouse movement: Choose platform inclination. - Left mouse button: start / restart. - Right mouse button: change current map mode or restart it if it is running. Suggestions, ideas ande feedback always welcome. And a request for the admins. I didn't realize the related preview image was a local path and I set a web link to the image. Now, I can't chage it. The image is http://luisjavier.lopez.googlepages.com/balance.gif. Could you help me to change it? Thanks
|
|
|
|
|
3
|
Games Center / 4K Game Competition - 2007 / Where are my downloads
|
on: 2007-04-04 00:47:36
|
Last time checked the web, my games had the following figures: Now, they have ~830 and ~380 respectively. Only for your information, data have been manually modified. Any reason? Have downloads in your games been reduced?
|
|
|
|
|
12
|
Games Center / 4K Game Competition - 2007 / Re: Oh Mummy!, a classic game
|
on: 2007-02-18 20:25:16
|
ClassLoader.getSystemClassLoader().getResource("FILENAME").openStream();
Thank you for your help. This code returned me the same exception. It finally worked with: 1
| (new ObjectInputStream(URLClassLoader.newInstance(new URL[]{new URL("http://es.geocities.com/luisja80/rep/mmod.jar")}).getResourceAsStream("o"))).read(bytesRead); |
I couldn't use it due to the size, 100+ bytes more, and also I didn't like to use an absolute URL reference,  . So, I'm sorry for not using a jnlp file. Now, I have improved the game: - Improved the frame rate handler. - Speed has been increased. Each 3 levels, it is faster and faster, until level 9; faster was uncontrollable. - Now, the game can be continued. You can continue playing in the same level, but the score will be reset,  As soon as I can comment a bit mre the code, I'll share it. Enjoy the game, 
|
|
|
|
|
13
|
Games Center / 4K Game Competition - 2007 / Re: Oh Mummy!, a classic game
|
on: 2007-02-18 01:28:41
|
Hi all: I increased the speed, but I have a problem with the jnlp file. I have a resource called 'o' with the sprites. I try to load it in the following way: 1 2
| byte[] bytesRead = new byte[8*144*3]; (new ObjectInputStream(ClassLoader.getSystemResourceAsStream("o"))).read(bytesRead); |
As you can see if you have played the game, it works perfectly downloading the jar file, but launching from the jnlp file I get a null exception because it can't find the resource. This is my jnlp file: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0" codebase="http://es.geocities.com/luisja80/rep"> <information> <title>Oh Mummy!</title> <vendor>Luis Javier Lopez Arredondo</vendor> <description>Run away from the mummies.</description> <description kind="short">Oh Mummy!</description> <icon href="http://es.geocities.com/luisja80/img/ohmummy.jpg"/> </information> <resources> <j2se href="http://java.sun.com/products/autodl/j2se" version="1.5+"/> <jar href="mmod.jar" downloaded="eager"/> </resources> <application-desc main-class="O"/> </jnlp> |
 Do I have to include anything in the jnlp file to make the resource recheable?  Do I load wrongly the resource? Thank you.
|
|
|
|
|
14
|
Game Development / Newbie & Debugging Questions / Re: Static function woes
|
on: 2007-02-17 14:10:10
|
Anyway, during my googling I came across the 4K competition. Of course! There's bound to be a tight, efficient way of doing things in an application in there somewhere I thought - and I found the answers I needed in the Billiard4K game. So thanks to Luis Javier López Arredondo for saving my sanity!
Thanks to you. I didn't know my code could help you, 
|
|
|
|
|
16
|
Games Center / 4K Game Competition - 2007 / Re: Oh Mummy!, a classic game
|
on: 2007-02-13 19:35:51
|
Yes, there were trap blocks. My initial idea was to implement it, but I had tu reduce a lot of features,  , like looking for the original objects instead of the green blocks,  . I also wanted to include the original song, but was completely impossible,  I found it here. Sure it brings you some memories, 
|
|
|
|
|
18
|
Games Center / 4K Game Competition - 2007 / Oh Mummy!, a classic game
|
on: 2007-02-13 17:08:29
|
Hi all: This is my second entry for the contest, after 4k - Billard. OH MUMMY!I think that this was the first game I played in my old Amstrad. It was loaded from a cassette and it lasted a lot of time. The concept is easy. You control the man with the direction arrows. You have to find the two green blocks to pass to the next level. When you had found the two green blocks, come back to home to pass to the next level.To know the color of the block, you have to walk all around it. Be careful with the mummies, each level has more of them and they are cleverer and cleverer. It has been a very hard job. I'm collecting all the useful tricks I have done to reduce the final size of the jar, such as my own format for images, three nested loops in a single one,.... The game is in "Beta" version because I'm waiting for comments about it, the mummy intelligence level, suggestions... All opinions are welcome. I hope you have fun with this 4k version of the game, as I did playing it and programming it. Luis Javier López Arredondo
|
|
|
|
|
20
|
Discussions / Miscellaneous Topics / Why I don't receive any notification?
|
on: 2007-01-30 10:58:42
|
I have tried changing the mail, but it doesn't work either. I have the followin options: [marked] Receive forum announcements and important notifications by email. [no marked] Receive reply notification only for the first unread reply. [marked] Turn notification on when you post or reply to a topic. [marked] When sending notification of a reply to a topic, send the post in the email (but please don't reply to these emails.)
For topics and boards I've requested notification on, notify me of: [REPLIES AND MODERATION]I have about 15 board notifications setted, but I don't receive any of them. What should I do to receive notifications?  Thank you
|
|
|
|
|
|
Add your game by posting it in the WIP section,
or publish it in Showcase.
The first screenshot will be displayed as a thumbnail.
|
|