Page 1 of 1

A Game Thing For You :3

Posted: Sat Dec 28, 2013 7:17 pm
by ImaLoki
This is the first game i've made in lua that i'm still working on.
I would really really appreciate Feedback/Criticism/Suggestions/Improvements/Etc.
I'll be updating it occasionally. c:
I converted it to an .exe so all you have to do is extract the file from the .zip and open it and run the exe.
http://adf.ly/bKv6l

Re: A Game Thing For You :3

Posted: Sun Dec 29, 2013 9:58 am
by Germanunkol
Hi, welcome to the forums!

A lot of us are using Linux and Mac here, on which the .exes don't run. Also, most users on these forums have Love already installed (many even have both version 0.8.0 and 0.9.0). So it'd be nice if you could just upload a .love file - it's less work for a lot of us.
If you're concerned about people "stealing" your code, then you'll need to do more than just provide the .exe: An .exe can easily be broken apart to the source .love and the Love.exe - if you know how.

I'll gladly give feedback if you upload the .love...

Also, you can upload directly on this forum. See "upload attachment" when you write a new post.

Re: A Game Thing For You :3

Posted: Sun Dec 29, 2013 10:39 am
by MadByte
Hi & welcome ! :awesome:

As Germanunkol already said, try providing a *.love file for us - we can open it without problems :P

The Game

The first menu is good. It's minimalistic and clean, the graphics are good, too ( just the background isn't that great ). One thing I'm missing is an exit button or a functional escape key which closes the game.
The game itself is easy, the graphics seems to be improvised / placeholder graphics, so its fine. The movement is fast and works good, I find it kinda annoying how these hostile objects pop up on the screen, you maybe could make them spawn outside of the visible area.
The game over screen is okay, the score value looks bad scaled, I would solve this with a own font I load in the right size. If you'd drawn the guy in the lower left corner, why not drawing more stuff like that for the rest of the game, he looks pretty cool :)
Overall I thing it's pretty good for a first project. There's still a lot free space for adding new stuff to make the game more fun to play.
I would suggest make the entities in your game smaller so the hostile things need more time to pass the screen and the player has more space to move. This would result in a easier gameplay at the beginning, but then I would add some new stuff to let the player sweat :D

The code

As Germanunkol said it's easy to look at the code inside a combined .exe file, I hope this is no problem for you.
I like how you struct your code and putted everything inside it's own .lua file. The code is easy to read and therefor easy to maintain. Good job.
I've seen that you require "game" and "player" everytime ( globally ), why not just require them inside the main, they then should be accessable inside the other files as well.

Also I wanna note that this file size is way to massive for this kind of game, you should try convert the .mp3 to .ogg. Also instead of paint a image with 800x600 px (where each file then is about ~350 - 400kb big) you could try to just save images with the single elements as small as possible and then put them togehter via the source code. It's more flexible and the size of the files is greatly reduced.

So, thats it. Keep working on that :)

Re: A Game Thing For You :3

Posted: Sun Dec 29, 2013 3:38 pm
by Jimanzium
By the way, you can run a .exe on Linux or Mac by opening it with love.

Re: A Game Thing For You :3

Posted: Mon Dec 30, 2013 8:31 pm
by ImaLoki
I'll soon change it to .love and upload it. Thanks for the feed back guys :) And the art is placeholder at the moment until I spend time on doing the actual art.
I also understand the code is massive and inefficient, this is my first game so i'm working on making the size smaller :)

Re: A Game Thing For You :3

Posted: Tue Dec 31, 2013 7:31 pm
by Teraku
I'd download it, but I despise adf.ly. Never works for me. Besides, trying to make a profit out of showing us prototypes is kind of a dick move.

Re: A Game Thing For You :3

Posted: Thu Jan 02, 2014 9:21 am
by josefnpat
Teraku wrote:I'd download it, but I despise adf.ly. Never works for me. Besides, trying to make a profit out of showing us prototypes is kind of a dick move.
Then mirror it? :)