Day 06: Gamedev.js Jam 2022
Today I completed the core game mechanic of my game!
First I created a Snake object using a free image downloaded from the internet. I wanted to appear the snake at random positions. So instead of deleting and creating the object, I used the clever trick of changing the position of the object.
Comments
Post a Comment