- First of all, it looks really nice, especially the "got a key animation".
- Fullscreen without asking the player is impolite. When I quit the game, the screen went black and I had to forcefully reboot the computer. I didn't have to do that for months, and I would have preferred to keep it that way. Luckily, it seems I lost no data.
- It seems that when you die, you spawn to the left of the screen instead of to the left of the map. When I got somewhat further in the level and died, I spawned in a really bad place, making it hard to continue.
- The player is sluggish. Because of the helmet thing, I think that's intentional, but still. It's annoying and less fun if your avatar doesn't react quickly. I'd suggest experimenting with both the running speed and the falling speed (the jumping speed is okay), to see when the sluggish factor disappears, but the "I'm on the moon" idea still shows.
- When the background gets white, right above the black part, the player becomes mostly invisible. I'd suggest changing the background so it keeps contrasting the player and other objects in the game.
SLG
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: SLG
Help us help you: attach a .love.
Re: SLG
You polished a lot of details. I noticed (and like):
Here are some things that can be improved:
- Key collect animation
- Splash, when you jump into the water
- The bridge moves when you walk over it
Here are some things that can be improved:
- The overall game is very slow. Feels like you are stuck in honey. Can you make it more responsive/dynamic? SLG does not stand for sluggish, right?
- Small camera bug: When I get respawned on the left side of the screen, and then walk left, then the camera moves such that I cannot see very far. The camera should move a bit faster in this case, to catch up with the player.
- The walking animation is really nice, but when I walk down stairs, then the quick changing between falling and walking leads to an ugly animation.
- The tiles appear tile-by-tile. That looks nice. However, the background is shown completely from the beginning on. That seems inconsistent.
Check out my blog on gamedev
Re: SLG
Protip: rename the .exe to .love, and it should work.NightKawata wrote:You do realize that's only for Windows, right?
Not all of us use that, so you should post a .love file instead.
So, yeah, I agree with what Robin said. But if you're gonna use fullscreen, make it so that it use the size of the screen.
Like this :
Code: Select all
love.graphics.setMode(0,0,true)
love.graphics.setMode(love.graphics.getWidth(),love.graphics.getHeight(),true)
Re: SLG
Yes, it work, since .zips are read backward, while .exes are read normally.
https://en.wikipedia.org/wiki/File:ZIP- ... Layout.svg
https://en.wikipedia.org/wiki/ZIP_%28fi ... #Structure
https://en.wikipedia.org/wiki/File:ZIP- ... Layout.svg
https://en.wikipedia.org/wiki/ZIP_%28fi ... #Structure
There is no BOF or EOF marker in the .ZIP specification. Often the first thing in a .ZIP file is a .ZIP entry, which can be identified easily by its signature. But it is not necessarily the case that a .ZIP file begins with a .ZIP entry, and is not required by the .ZIP specification.
Re: SLG
First of all, thanks for your comments. All yours suggestions have been written down. For those that cant download, there is a post with the love file.
Micha, what do you mean with tile-by-tile inconsistent? Dont worry about been respawned wrong. I'll fix it and the others bugs..
Micha, what do you mean with tile-by-tile inconsistent? Dont worry about been respawned wrong. I'll fix it and the others bugs..
Code games. You'll have fun!
Re: SLG
On my screen I get this: By inconsistency I mean that I can see the background on the full screen, but only those tile that are close to the player. I would expect that, if the player can see only a couple of tiles far, that he also cannot see the background everywhere.cgrossi wrote:Micha, what do you mean with tile-by-tile inconsistent?
It looks a bit like the tiles are appearing out of thin air. But they are not appearing, they just become visible, right?
Check out my blog on gamedev
Re: SLG
Hello.
Here is a new version. Now you can toggle between fullscreen and window pressing F10. There are 5 kinds of weather: sunny day, cloudy day, rain at day, night and rain at at night. Every type has its own vision field. There is a map too, pressing TAB. Remember, that ain't a demo. I'll start now to do the levels. Please, tell me how is the FPS rate.
Here is a new version. Now you can toggle between fullscreen and window pressing F10. There are 5 kinds of weather: sunny day, cloudy day, rain at day, night and rain at at night. Every type has its own vision field. There is a map too, pressing TAB. Remember, that ain't a demo. I'll start now to do the levels. Please, tell me how is the FPS rate.
- Attachments
-
- slg.love
- (439.96 KiB) Downloaded 154 times
Code games. You'll have fun!
Who is online
Users browsing this forum: No registered users and 5 guests