Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

1075883 Posts in 44149 Topics- by 36119 Members - Latest Member: propmaster

December 29, 2014, 12:46:58 PM
TIGSource ForumsFeedbackPlaytestingCheese Eater
Pages: [1]
Print
Author Topic: Cheese Eater  (Read 320 times)
bloobchube
Level 0
*


View Profile Email
« on: June 11, 2014, 01:36:27 PM »

 ZEL Link Hey Everyone,
This is a small project that I made. It's called Cheese Eater, and it's kind of like cookie clicker. Here's the download: http://adf.ly/pUrIP
Comment back some feedback
Logged
Quicksand-S
Level 9
****



View Profile WWW
« Reply #1 on: June 11, 2014, 02:05:06 PM »

Well, I'm not about to play a "clicker" game for more than a few seconds.

I did encounter a bug, though. It seems your buttons are hooked up incorrectly. The first one always says "Couldn't afford item" twice, while the third button didn't do anything at all.
Logged

My Old Game: We Want YOU - Join the Fight for Freedom

Twitter - Mostly comments on games, old and new.
bloobchube
Level 0
*


View Profile Email
« Reply #2 on: June 11, 2014, 02:21:35 PM »

I noticed the one for the first button, but not the second one. I'll check it out, and give a new version.
Thanks!
Logged
bloobchube
Level 0
*


View Profile Email
« Reply #3 on: June 11, 2014, 02:32:12 PM »

Well, I looked through the code, and couldn't find anything wrong with the buttons. If you are a developer, I can send you the code: https://www.mediafire.com/?ddk6c4dc6a4pi69
Logged
Quicksand-S
Level 9
****



View Profile WWW
« Reply #4 on: June 11, 2014, 03:00:40 PM »

In the btnTimesFour section, your action listener is being set for btnTimesTwo:

Code:
btnTimesFour.setBounds(0, 108, 293, 23);
internalFrame.getContentPane().add(btnTimesFour);
btnTimesTwo.addActionListener(new ActionListener(){

On a related note, I'd recommend trying to minimize the amount of duplicated code in your game. Fixing bugs is a pain when you realize that you've copied the bug multiple times. I'd suggest turning those sorts of common actions into methods/functions wherever possible.
« Last Edit: June 11, 2014, 03:18:52 PM by Quicksand-S » Logged

My Old Game: We Want YOU - Join the Fight for Freedom

Twitter - Mostly comments on games, old and new.
bloobchube
Level 0
*


View Profile Email
« Reply #5 on: June 12, 2014, 03:10:34 AM »

Thanks, I'll check it out and I can't send the repaired game right now because I'm on my phone.
Logged
Pages: [1]
Print
Jump to:  

Theme orange-lt created by panic