d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Help With Java Project
1235Next
Add Reply New Topic New Poll
Member
Posts: 1,307
Joined: Apr 9 2007
Gold: 1,676.45
Nov 4 2014 04:20pm
I'm looking for someone to look at this project that has been assigned to us in my into to Java class. I understand classes and how to call them, but I'm having trouble with this current project that was assigned to us. I'm willing to pay in FG to anyone who can get a working code for me with the desired specs in the project (listed below). Just let me know how much FG you want and we can go from there. I'm not looking to copy your code, but more as a reference for me to look at to see what I have been doing wrong. If you are interested please let me know. Needs to be finished in ~24-48 hrs .

Here is the link to the instructions to the project:
http://cobweb.cs.uga.edu/~cs1301/files/Project4Fall2014.pdf

Here is the link to where you can download the pre-made class files for the project (Scroll down to project 4 and you can dl the zip file):
http://cobweb.cs.uga.edu/~cs1301/
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Nov 4 2014 06:16pm
Post your code so we can tell you where you're going wrong.
Member
Posts: 1,995
Joined: Jun 28 2006
Gold: 7.41
Nov 4 2014 07:31pm
Who the hell is your professor? The comments in those classes are obnoxious as fuck. It's also terrible design. I don't have time right now, but maybe later on tonight I will rewrite the classes your professor provided so that our game will be more extensible in case we ever decide to improve on it. I look forward to doing business with you.
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Nov 4 2014 07:48pm
Quote (Minkomonster @ Nov 4 2014 09:31pm)
Who the hell is your professor? The comments in those classes are obnoxious as fuck. It's also terrible design. I don't have time right now, but maybe later on tonight I will rewrite the classes your professor provided so that our game will be more extensible in case we ever decide to improve on it. I look forward to doing business with you.


Split the fg, I call finders fee.
Member
Posts: 1,995
Joined: Jun 28 2006
Gold: 7.41
Nov 4 2014 07:54pm
Quote (AbDuCt @ Nov 4 2014 08:48pm)
Split the fg, I call finders fee.


If you actually want to do the assignment for the fg, by all means. The assignment specs clearly state the student is not allowed to modify the java files given to him (Map, Key, Room). Which is a bit dumb. Why give the java source at all then? Just supply the .class file. This would make even more sense given the description in the Map class. There is a private createRoom method which creates a static "adventure" which the professor begs the student not to read beyond it as it will "spoil" the surprise of the game. Well, then why not just give Map.class and be done with it.

But yea, it's no fun for me if I just do the assignment. Skimming over the specs, all that is required would take like 15 minutes to implement. So OP can't turn in the solution I am going to give him, because it is going to modify the 3 classes given.
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Nov 4 2014 07:55pm
Quote (Minkomonster @ Nov 4 2014 09:54pm)
If you actually want to do the assignment for the fg, by all means. The assignment specs clearly state the student is not allowed to modify the java files given to him (Map, Key, Room). Which is a bit dumb. Why give the java source at all then? Just supply the .class file. This would make even more sense given the description in the Map class. There is a private createRoom method which creates a static "adventure" which the professor begs the student not to read beyond it as it will "spoil" the surprise of the game. Well, then why not just give Map.class and be done with it.

But yea, it's no fun for me if I just do the assignment. Skimming over the specs, all that is required would take like 15 minutes to implement. So OP can't turn in the solution I am going to give him, because it is going to modify the 3 classes given.


If he pays you I get half, because I posted second in the thread.

That's just how it works don't try to talk you're way out of this!

Edit:: To clarify I am not doing this assignment I don't even know java. It makes me fat.

This post was edited by AbDuCt on Nov 4 2014 07:56pm
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Nov 4 2014 07:57pm
Quote (AbDuCt @ Nov 4 2014 08:48pm)
Split the fg, I call finders fee.


quit referring monstrosities to PH

http://forums.d2jsp.org/topic.php?t=71586818&f=122
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Nov 4 2014 08:00pm
Quote (carteblanche @ Nov 4 2014 09:57pm)
quit referring monstrosities to PH

http://forums.d2jsp.org/topic.php?t=71586818&f=122


PH is a business, some customers are cool, some are bat shit crazy, like my ex girlfriend.
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Nov 4 2014 08:01pm
Quote (AbDuCt @ Nov 4 2014 09:00pm)
PH is a business, some customers are cool, some are bat shit crazy, like my ex girlfriend.


yandere? ....ex, you say? can i get her number?

This post was edited by carteblanche on Nov 4 2014 08:03pm
Member
Posts: 1,307
Joined: Apr 9 2007
Gold: 1,676.45
Nov 4 2014 08:45pm
Quote (Minkomonster @ Nov 4 2014 09:54pm)
If you actually want to do the assignment for the fg, by all means. The assignment specs clearly state the student is not allowed to modify the java files given to him (Map, Key, Room). Which is a bit dumb. Why give the java source at all then? Just supply the .class file. This would make even more sense given the description in the Map class. There is a private createRoom method which creates a static "adventure" which the professor begs the student not to read beyond it as it will "spoil" the surprise of the game. Well, then why not just give Map.class and be done with it.

But yea, it's no fun for me if I just do the assignment. Skimming over the specs, all that is required would take like 15 minutes to implement. So OP can't turn in the solution I am going to give him, because it is going to modify the 3 classes given.


Yeah that's fine, like I said I don't want to turn in any code anyone gives me, because I wouldn't learn anything that way. I would just like something to look off of. I'm mostly having trouble with call the map and room class, keep getting static errors so that's why I wanted to take a look at an example working code with these classes. For the most part I understand how to create and call classes but I don't know if it's the wording in this project or what, but I'm just having a tough time starting it out.
Go Back To Programming & Development Topic List
1235Next
Add Reply New Topic New Poll