Squares

Hello,
this is my 1st playable game using ljwgl, it’s a 2D platformer but also it include a kind of a “level editor” (not sure if i can call that a level editor :stuck_out_tongue: )

the game for now contain only 4 levels , there is no death or losing, you just have to go to the target point.
you can also edit or recreate all the 4 levels and save them as well but please finish them first ::slight_smile:

Download the game

Screens :

http://s20.postimg.org/gt56qhflp/image.png

http://s20.postimg.org/ed3dcmxj1/image.png

http://s20.postimg.org/ldrd5ezb1/image.png

Game Info :
(sorry if the keymap is very chaotic)

Current Goals :
*optimize the collision system
when you play the game you’ll notice the trouble with the collision (specially with the ground) if anyone has face this kind of trouble before and know a “theory” for fixing it, i will be very grateful for your help

*optimize the file system
making the player choose the name of the level before saving it, and also allow them to choose what level to loads

*create a menu

PS :
“F” suppose to run the game in full screen, it works for me, but someone else test it and she said that it doesn’t work for her, please tell me if it works for you

thank you

Looking good!

What are your future plans for the game?

thanx ;D

my priority now is to create a fluid control, i fixed the collision bugs yesterday and now i need to make the movement “sensation” feels as good as possible, i think i need to start using an acceleration variable, cause for now i only use a constant speed variable which make it look very “i dunno how to say it but it’s bad” i also need to improve the jumping, so mainly i will improve the player behavior, after that i want to focus on the level editor, add buttons to make the player choose the elements am also thinking about a way to create some sort of a layer system just to give me more freedom to design the levels, and finally i will try to make a camera to allow scrolling and zooming in and out .

new Features :
-better collision detection
-better movement
-better jumping
removed features (temporary) :
-next level

Download here

screen

http://s20.postimg.org/4je19pfzx/016.png

Mmm. When you jump and then press up, you just kind of stay in the air (You can still move left, right, and down)until you let go. I don’t know if that’s intentional. Pressing up while not jumping causes me to move up about 1 pixel.

Also, colliding with the bottom of platforms cause the square to shake until there isn’t an intersection.

oh i forgot to disable the “up” key xD

and yes am working to solve that collision problem, but tell me please, the movement/jumping are they good ??

thank you