Results 1 to 6 of 6
Thread: Please Help Me With This!
- 04-12-2012, 02:14 AM #1
Member
- Join Date
- Apr 2012
- Posts
- 3
- Rep Power
- 0
Please Help Me With This!
Hey guys, I am trying to make a zombie game but I can't figure out how to make it so that when a zombie hits me I lose (x) amount of health. Part of the problem is that 1. I need it so that i can have an armor variable, and 2. I need it so that I can have different zombies do different amounts of damage. Thanks in advance!
~TehJadedAssassin
- 04-12-2012, 02:23 AM #2
Re: Please Help Me With This!
Did you have any questions about your code? Post the code and the questions.
If you don't understand my response, don't ignore it, ask a question.
- 04-12-2012, 02:26 AM #3
Member
- Join Date
- Apr 2012
- Posts
- 3
- Rep Power
- 0
Re: Please Help Me With This!
I can't post code I don't have. I need to know how to do it before I can make it :P
- 04-12-2012, 02:34 AM #4
Re: Please Help Me With This!
Before you write any code you need to work out a design for the program. What steps should it take to do the job?
You should make a list of the features you want, then work from that to what the program will have to do to accomplish those features. Then move on to writing the code to do what your design describes.
where are you in getting a design?If you don't understand my response, don't ignore it, ask a question.
- 04-12-2012, 02:43 AM #5
Member
- Join Date
- Apr 2012
- Posts
- 3
- Rep Power
- 0
Re: Please Help Me With This!
I think I've finished most of the design but I've been sitting around thinking about how to do stuff like entity movement, health, weapons, and armor, but i can't seem to figure most of it out D: I don't like not knowing much java it's not helping much...
- 04-12-2012, 03:17 AM #6
Re: Please Help Me With This!
Much of the design should not be language specific. Given a design, the program should be able to be written in many different languages. It's when you start coding that you use the language features.
If you don't understand my response, don't ignore it, ask a question.


1Likes
LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks