Java-Gaming.org Java4K winners: [ by our judges | by the community ]         
Featured games (67)
games approved by the League of Dukes
Games in Showcase (∞)
games submitted by our members



News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  Print  
  FetRisk4k and Fifteen4k  (Read 5215 times)
0 Members and 2 Guests are viewing this topic.
Offline Morre

JGO Ninja
***

Posts: 507


I'm Dragonene on IRC.


« on: 2005-02-05 08:46:07 »

FetRisk:
http://www.x2d.org/java/4k/FetRisk4k.jar
Webstart: http://www.x2d.org/java/4k/fetrisk.jnlp

Fifteen:
http://www.x2d.org/java/4k/Fifteen4k.jar
Webstart: http://www.x2d.org/java/4k/fifteen.jnlp

Two additional entries. Main class for fetrisk is "FetRisk4k", and "Fifteen" for fifteen... "Clickrisk" for clickrisk (also posting this in java-gaming.org forums).
Descriptions:

CLICKRISK:
The goal is not to let any ball out of the round area.
Prevent them from leaving the area by clicking them, and
thereby changing there direction (to the opposite of the
clicked part). Score increases with time. There is no way
to win; the goal is entirely score-based.

FETRISK:
Get five pieces of matching color next to each other to make
them disappear. The goal is to get as many points as possible
before the blocks reach the top of the screen.

FIFTEEN:
Place the first piece in the leftmost top corner, and the
second one right of it. (In other words, arrange the pieces
from 1-15).

//Måns Olson & Åke Rosén

EDIT: Oh, yes, it seems a good idea to include the Clickrisk link, since the description is here. Here goes:
http://www.x2d.org/java/4k/Clickrisk2.jar
Webstart: http://www.x2d.org/java/4k/clickrisk.jnlp

(Also posting in official thread)

Offline jojoh

JGO Ninja
***

Posts: 554
Medals: 6


games4j.com


« Reply #1 on: 2005-02-05 10:22:01 »

Nice entries. I like FetRisk because it is a mix of a couple of classics that at least I havent seen combined before. Would be nice with some levels, like in tetris or some rewards like bombs or something. Now it is a bit "hopeless". You are constantly getting closer to an unavoidable death. It was also a bit confusing to me that the blocks are vertical, and you rotate it twice, it will be one step to the side. Rotate twice again and it is back where it started. Just a thought, but that is quite a bit to ask from a 4K game.

Fifteen. If you have an empty spot on the far right, it would be nice if one could click the block at the far left and move the whole row with one click. Would also be nice with the time displayed, since you seem to have some space left.

Good work!

Offline Morre

JGO Ninja
***

Posts: 507


I'm Dragonene on IRC.


« Reply #2 on: 2005-02-05 10:55:15 »

Yes... I could work a bit with Fifteen, it's sort of simple at the moment... Only 3,3 kb without optimization. The ideas for fetrisk are quite good, but it's just under the limit as it is... I'm sure I could shrink it a bit, but not very much... Thanks a lot for the ideas though, might try doing something with them.

Ooh, and jojoh: There ARE levels in fetrisk... Smiley

Games published by our own members! Go get 'em!
Offline jojoh

JGO Ninja
***

Posts: 554
Medals: 6


games4j.com


« Reply #3 on: 2005-02-05 17:18:16 »

Quote

Ooh, and jojoh: There ARE levels in fetrisk... Smiley

Embarrassed Should probably have played it a bit longer Cheesy
Guess I should try that now.

Offline Chofritz

JGO n00b
*

Posts: 2


Java games rock!


« Reply #4 on: 2005-02-06 03:50:00 »

The level increase when you've removed a certain number of blocks. The speed increases for every level. The score you get for removing blocks is calculated based on how many blocks you remove at the same time. So a good strategy is to make sure you remove as many blocks as possible at every time.
Offline Morre

JGO Ninja
***

Posts: 507


I'm Dragonene on IRC.


« Reply #5 on: 2005-02-07 10:46:54 »

I would very much appretiate if somebody else could comment on these entries, even if it's negative towards them; that helps learning more than positive stuff anyway. Please, anyone?

Offline kevglass
« League of Dukes »

JGO Kernel
*****

Posts: 5214
Medals: 49


Mentally unstable, best avoided.


« Reply #6 on: 2005-02-07 10:50:19 »

Give me webstart Smiley Always get people going.

Kev

Offline Abuse

JGO Kernel
*****

Posts: 1866
Medals: 5


falling into the abyss of reality


« Reply #7 on: 2005-02-07 11:49:17 »

You don't get anything for finishing Fifteen4k ?? Sad
Offline Morre

JGO Ninja
***

Posts: 507


I'm Dragonene on IRC.


« Reply #8 on: 2005-02-07 11:59:35 »

There's no need for sarcasm, I mostly threw that one in Wink
It's FetRisk and Clickrisk I'm curious about... working on webstart now, should be up soon, although the certificate increases the jar size by 2 kb:s or something... that doesn't count towards the limit, I hope?

EDIT: Webstart up for all three games, see links above. Thanks for the suggestion, kevglass.

Offline kevglass
« League of Dukes »

JGO Kernel
*****

Posts: 5214
Medals: 49


Mentally unstable, best avoided.


« Reply #9 on: 2005-02-07 13:00:15 »

ClickRisk - nice game! Could do with:

- instructions somewhere on screen
- escape to exit
- a non-fullscreen version (I hate fullscreen apps Wink)
- different speed blobs (maybe in different shades or shapes?)
- maybe a title and a "click to start" sign before the game starts?

FetRisk - Not really my sort of game, still nice impl.

- Controls seemed a little unresponsive
- When a block falls due to other pieces disappearing make it instant otherwise it can get pretty muddled
- give the blocks some texture.. just plain blocks look a little tired Wink

Fifteen - Now this take me back. I love it!

- Could we have some jazzy colours
- Make block move on mousePressed not mouseClicked. Clicked means the mouse up and down have to be at the same pixel, makes the controls slower.
- How about a time limit?
- How about a choice of boards (sizes?)

All in all, very cool showing.

Kev

Games published by our own members! Go get 'em!
Offline Morre

JGO Ninja
***

Posts: 507


I'm Dragonene on IRC.


« Reply #10 on: 2005-02-07 13:27:20 »

Thanks a lot.
Let's see...
I've been thinking about Clickrisk improvements, mostly such as the ones you mentioned... It was originally supposed to be a game with loads and loads of configuration options (I mean loads), but when I heard of the 4k contest, I made a simpler version for the contest... perhaps a bit too simple?
The blocks in fetrisk were originally pictures, but I had to replace them in order to fit it under 4k. Perhaps I should've worked more with the texture, though, shouldn't be too hard to shrink the code down a bit so that it can be done.
When it comes to Fifteen, you're absolutely right - I guess I didn't put enough work into the game Smiley I might do that - colours, timer, possible boardchoice... and the issue of clicked vs pressed - well, I usually used pressed, just did a mistake this time Smiley
Again, thanks a lot.

//Morre

Offline luisoft

Sr. Member
**

Posts: 286


Java games rock!


« Reply #11 on: 2005-02-08 05:41:27 »

don't you have a 1.4.2 version? When I tried to start it via webstart it tried to download java 1.5 and I have 1.4.2_02 version on my Linux box.
Offline Morre

JGO Ninja
***

Posts: 507


I'm Dragonene on IRC.


« Reply #12 on: 2005-02-08 07:40:40 »

Changed version from 1.4.2+ to 1.4+, will that work? Or do I have to use 1.3+?

Offline luisoft

Sr. Member
**

Posts: 286


Java games rock!


« Reply #13 on: 2005-02-08 19:10:45 »

ok now worked. only clickrisk I could not start due to a null pointer exception. Is it fullscreen game?

Offline Morre

JGO Ninja
***

Posts: 507


I'm Dragonene on IRC.


« Reply #14 on: 2005-02-09 07:02:50 »

Yes, it is... might do a non-fullscreen version of it.

Pages: [1]
  Print  
 
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.094 seconds with 21 queries.