Square Squire Prototype
by Danishdragon
홈 화면에 추가하여 빠르게 실행하세요
이 게임 설치
공유 버튼을 누르고 "홈 화면에 추가"를 선택하면 빠르게 이 게임에 접속할 수 있습니다.
Square Squire Prototype
Square Squire Prototype의 태그
설명
A little game made as an exam project.
The collision detection is a bit buggy.
플레이 방법
Use the arrow keys to move around:
Left: Move left
Right: Move right
Up: Jump
댓글
Kmcneal
Dec. 02, 2011
the jumping is really bad, very choppy, not a horrible game but 1 level with all of that it's nowhere near a good game either.
I believe it's not the actual jumping that is the problem, rather how the collision detection works (mostly on the right side). Keep in mind it's not a finished game. But f I can get the collisions sorted out, I might look into making this an actual game...
bobawesome
Dec. 02, 2011
The collision detection was fine, but the part that irritated me the most was the jumping. You could try adding a variable for vertical velocity, where it is constantly added to the player's vertical position unless there is a collision. When the player jumps, the velocity increases to make the player go up. The velocity goes down over time (to a minimum to avoid falling through objects) so that the player will eventually be pulled down. Just a suggestion.
awesomejim
Dec. 24, 2011
@DANISHDRAGON if you mean do we want help making the game? then yes we would like some help, I cant remember which program we were using, because i have taken a 2 months break :D Please reply to this comment aswell :)
It was more like, if you need any ideas etc. I can show you my code and explain it :) But feel free to contact me if you got any specific requests.
awesomejim
Dec. 02, 2011
Not too bad, me and my cousin are making a game similar to this, congratz mate
Sounds interesting :) If you are interested in seeing my approach in the code for this project, feel free to contact me.