Football arena

During this and past month, we ve been developing this game for forthcomming world cup.

It still needs a lot of work, but we could appreiciate any feedback fellow java coders can give.

Test it a bit. Plz tell us what you think.

Best regards,

SluX and Majstori team.

Oh yes…http://www.pixelppl.com/football.php

There ya go ,i ve added webstart.

Webstart ?

webstart or not, I dont like having to create an account for a game with 0 screenshots etc >_<

Still no webstart :frowning:
I guess that we will add it tommorow.

Registering is very simple - just enter user and pass(u dont even have to type confirm pass :wink: ) and then register.

And u can also play as username/password :wink:

Here are some screenshots :smiley:

Webstart doesnt work for me, only xml is displayed.

same here only XMl

Damn…i ve seen it. The server where jnlp is does not suport this mime type, so it displays it as xml.

if you have PHP (or something similiar)


<?php header("Content-type: application/x-java-jnlp-file");?>
continue your JNLP file below..

be sure to rename the extension to .php or whatever. only drawback is I’ve heard this doesn’t work on macs (not sure tho)

Hehe…tnx woogley fo that. You just had minor php error. IT should be


<?php header("Content-type: application/x-java-jnlp-file");
echo('place yourjnlp here');
?>

If any1 is interested in playing it now…be our guests. :smiley:

Here is one new screenshot…

Try it plz…www.pixelppl.com/football.php

It’s cool ;D Although it’s multiplayer and I was the only one logged in, so cannot say much. The graphics look sweet!

It sure looks nice, but unfortunatly im not able login with the username i registered before… the buttons don’t seem to do anything.

We are creating this game for one tv and radio house B92(here in Serbia).

2 days ago their servers suffered from hacker attacks. They were making a lot of backups and restarted mysql server a lot. Thats y buttons didnt respond.

Tnx for kind words. We must get ourselves to server,so any users who join can play with us for start.

See ya.

Ok, today we ve made a more serious release. If any1 is interested, plz try playing it a bit.

Here is one new screenshot.

Enjoy!

Looked quite nice, but couldn’t figure out the controls in the multiplayer-game.

When hovering the players i got brightened squares, but i couldn’t select anything, neither use WASD or arrow-keys.

i gave up.

It can be a bit confusing. Hover is used to determine where your opponents players can go. When u click on your players, u ll then see where they can go. Click a tile and end turn.

Instructions are comming today. Stay tuned.

great game

Well…we are now in almost official beta test :wink:

If any1 is interested, plz try it. Bring a friend :wink:

Still can’t start the game. Firefox display the php file as plaintext after downloading. Regardless of assigning JVM/JNPL Application to it.