Okay, I changed the topic name back to what it was at bob’s request.
The problem with Java4k is that it only happens once a year. Not only that, but if someone open sources their 4k game other people will clone it, and than it might not get as high on the contests. Infact, people might even clone it without the source if they can. Maybe if there was a 4k for each month, it’d be different. nothing big, just like 5 games and two judges. It could be simple.
Anyway, DzzD, the problem is that my game was made sure to not crash the browser, looked good, had a screenshot, and ran normally 90% of the time. Still people didn’t comment on it except rarely. People are commenting on it more now, and I’m going to implement what they suggested. I’m just working on a Object Editor for my Map Editor right now, so I can’t respond right away. I know that makes me a little hypocrite, and I am very sorry and hope that these fine people won’t lose interest by the time I update.
The main problem is also that I can’t/couldn’t get feedback anywhere. I would expect JGO to be a lot more helpful because they really need a killer app for Java, and if no one tries than it won’t happen. I hate to sound like Bob from Bob’s Game, but it does seem like no one else is trying to make that killer app for Java, so I would expect a lot more attention, encouragement, and most importantly: ideas.
It’s my belief that to make a good game you have to follow this code:
while(game.notGood)
{
if(game.getFeedback(User) == bad);
reviseGame();
else
game.setIsGood(true);
}