Skip to content
Advertisement

Tag: game-development

How do I restart Snake game (Java)? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 7 months ago. Improve this question I’m a beginner so I used Bro Code’s (a YouTuber) version of snake game. It’s almost identical with minor adjustments,

Android combine multiple booleans with elements from List

Hello I am developing a game and working on collision detection. For now my method does not allow to add elements dynamically, as you can see I am adding collision nodes (11,12,13,…) manually. Here is my code: I want to dynamically build a boolean isNotCollision() depending on number of elements of collision in List. I want to rebuild it in

Advertisement