This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Game Development and the fly likes An int Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Game Development
Reply locked New topic
Author

An int

Fernando hiar
Greenhorn

Joined: Jan 11, 2008
Posts: 29
The value is an int, i´ll put a body snake inside of array e I have a variable tail and the head the rest is the body I´ll put a variable tail in i and I did the expression, I want to know what´s this expression does: i = (i+1) % MAX_POINTS, the max points is the body snake and i is the tail snake..... i want to know because I get the rest of division, but what´s behave in the JPanel this expression.


Thank you;
Bert Bates
author
Sheriff

Joined: Oct 14, 2002
Posts: 8717
Wow Fernando,

I'm lost

Can you show us your code?


Eliminate fossil fuel subsidies. (If you're not on the edge, you're taking up too much room.)
salvin francis
Ranch Hand

Joined: Jan 12, 2009
Posts: 915

possible cross post: http://www.coderanch.com/t/491823/Game-Development/java/Games-java



My Website: [Salvin.in] Cool your mind:[Salvin.in/painting] My Sally:[Salvin.in/sally]
Bert Bates
author
Sheriff

Joined: Oct 14, 2002
Posts: 8717
Hi Fernando,

Please avoid posting the same question twice - it makes it hard for everyone else to work with you.

I'm going to lock this one up, and let the discussion continue in the other thread.

Bert
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: An int
 
Similar Threads
Snake
Games in java
Extern Keyword?
Exception: java.lang.StackOverflowError
How do I save a variable value -Unsolved-