Page 1 of 2

A Platformer game i made

Posted: Sat May 21, 2022 11:53 pm
by freeve4h
I made game. that is all you really need to know...

this is the first game that i made that has a good menu (good is relative)...

.love file
Reach to Space.love
im done making this game
(103.21 KiB) Downloaded 162 times
the jumping still needs some work...

if there are any bugs, please tell me.

CONTROLS:
Menu:
left or d or enter is select
right or a is back
Game:
wasd or arrow keys, space bar or up or w to jump
escape key to return to menu

UPDATE:
- renamed the game to "Reach to Space"
- completed all levels
- added speedrun mode

Re: A Platformer game i made

Posted: Sun May 22, 2022 5:58 am
by rabbitboots
Good stuff -- is there anything beyond the ninth screen? I can't quite make that jump. In any case, I didn't hit any bugs on the way there.

Re: A Platformer game i made

Posted: Sun May 22, 2022 10:40 am
by freeve4h
rabbitboots wrote: Sun May 22, 2022 5:58 am Good stuff -- is there anything beyond the ninth screen? I can't quite make that jump. In any case, I didn't hit any bugs on the way there.
there is nothing on that screen, the game only has 8 levels right now

Re: A Platformer game i made

Posted: Sun May 22, 2022 2:48 pm
by BrotSagtMist
You really love painful games eh? :D

Re: A Platformer game i made

Posted: Sun May 22, 2022 3:27 pm
by freeve4h
BrotSagtMist wrote: Sun May 22, 2022 2:48 pm You really love painful games eh? :D
welcome to my torture room, just stay away from that cage.

Re: A Platformer game i made

Posted: Sun May 22, 2022 4:20 pm
by freeve4h
I just added more Levels! and renamed it to "reach to space". gameplay video is coming soon

Re: A Platformer game i made

Posted: Sun May 22, 2022 9:40 pm
by Gunroar:Cannon()
Gameplay screenshots and gifs (but mostly just pictures) are nice too :3

Re: A Platformer game i made

Posted: Mon May 23, 2022 7:34 am
by marclurr
Not bad at all! Fullscreen doesn't work for me though. It just displays at the same size at the top left of a fullscreen window.

Re: A Platformer game i made

Posted: Mon May 23, 2022 8:58 am
by GVovkiv
marclurr wrote: Mon May 23, 2022 7:34 am Not bad at all! Fullscreen doesn't work for me though. It just displays at the same size at the top right of a fullscreen window.
OP probably should something like https://github.com/Vovkiv/resolution_solution, just saying :)

Re: A Platformer game i made

Posted: Mon May 23, 2022 7:14 pm
by BrotSagtMist
GVovkiv wrote: Mon May 23, 2022 8:58 am
marclurr wrote: Mon May 23, 2022 7:34 am Not bad at all! Fullscreen doesn't work for me though. It just displays at the same size at the top right of a fullscreen window.
OP probably should something like https://github.com/Vovkiv/resolution_solution, just saying :)
Yea just keep suggesting libraries for trivial tasks. This is absolute overkill.
Kids, always write coordinates in percentage and you never have to deal with scaling problems.
If you goofed up already like now, render to and scale a canvas.
Or, if aspect is not relevant, here is a short shader trickery:
trivial.love
(104.36 KiB) Downloaded 126 times
Funny how the gameplay changes. Feels like tripping.

Image