[Project] LaserSnake

Whats up dev peeps!

So over the past December holiday, I was away from home (and my pc) for a while. This obviously meant no working on games, which made me sad. However, as luck would have it, just before the holiday actually started, I read about the Love2D game engine, which had a version that could be installed on Android. Happy Days!

So I installed the Love2D game engine on my phone, along with DroidEdit for coding and EZ file explorer in order to open my scripts with the Love2D engine. This allowed me to code the game attached to this post, title LaserSnake! (The title is a work in progress, maybe NeonSnake would fit better?)

The game is a port of the classic snake on the Nokie 3310. I have attached a Windows and Android version in the zip. You are a snake, hunting food, in this case you click with the mouse or touch the screen where you want to move. The snake can move at any angle, and colliding with walls or yourself results in death. As you eat, you increase in length as well as speed. So, who has the longest snake? (pun intended :D)

So, about the engine. As I mentioned, you can install it on Android, and it works very well in that regard. I would say about 80% of the game was coded on my phone, with the last bit finished on my PC once I got back, for convenience sake. Overall, I was very impressed with my experience. Love2D uses Lua as a scripting language, and I enjoyed working in it. One thing to note is that Lua is not an Object Oriented language. For the visuals of LaserSnake, I used only the build in drawing functions, but you can import and animate sprites quite easily as well. Overall I would say that Love2D is a cool engine to work with and you could do a lot with it (on your phone or tablet!) , if you can get around the fact that it isn't OOP.

Please enjoy the game and give some feedback if you don't mind. It is very minimalist, as intended, but hopefully fun!



zip
zip
LaserSnake.zip
7M
Sign In or Register to comment.