Ciezo / Snake-Game

A Java Snake Game with beautiful custom made graphics
Apache License 2.0
0 stars 0 forks source link

On Snake what happened was the Snake character textures and graphical assets are not inline properly #13

Closed Ciezo closed 3 years ago

Ciezo commented 3 years ago

Problems The snake character just renders fine, however, when it moves accordingly to its own direction it does not inline properly with the rest of the Snake body parts

Enumeration:

  1. Snake head does not inline properly with the rest of the snake's body
  2. Snake tail does not inline well too


Detailed Descriptions Whenever we move the snake according to the desired direction, the rest of the body chunks, tail, and head do not inline properly. Please, see attached screenshots for more details, and gather more information about this issue


Screenshots Put all your screenshots here! This will be helpful for debugging, fixes, and improvements!!

image We cannot see the head and tail properly Figure 1: Snake with 10 body chunks count



image The snake head is not displayed properly along with the rest of the body Figure 2: Snake with 2 body chunks count

Ciezo commented 3 years ago

FIXED!!!

Retexturized Snake character and adjusted size and positioning