but it inspired me, to make my own for my first project.
its an unlimited style game, no maps, it only speeds up.
so here it is, it took about a week for the first version.
when you play it, press "`" to show the debug info, if you would please tell me your FPS its a bit heavy, that's why its difficulty is so hard.
screenshots are kinda blurry, sorry they are hosted on my G+
the snake is drawn with
Code: Select all
love.graphics.rectangle
the food block is an image as well, makes it a lot easier to rotate.
and to make the glow so pretty, im using
Code: Select all
love.graphics.setBlendMode("additive")
btw this my first post..
Updates:
1.1
• added level status (every 10 food you would "level up", now you know what level you are)
• tweaked how snake and food is drawn
• prevented food from spawning on outer wall
• turned off v-sync so people can tell me their FPS
Donwload: