Ive been working on a BlitzMax game recently called "Snakes and Balls"
Goal: Eat all the colored food without running into yourself
Gameplay:1. Each time you run through a colored ball
a. Mass is taken off the Ball and added to the length of the snake.
b.The color of the snake changes to the color of the ball as you pass through
2. You can overlap yourself if the color of the snake's head is not the same color as the overlaped section.
