[Question] Platform Game

XverhelstX

Well-Known Member
Licensed User
Longtime User
Hello everyone,

I wonder how u guys will make action platform games like mario, kirby, etc games. I am quite confident with programming itself, but I have never made a game with basic yet. so how would you guys:

- Control the views in the game (let the screen follow the character)
- Tile your game (with tilesets making the background)
- character movement (left, right, jump, etc)

I mostly programmed with Game Maker, but I left it because it was to easy.
for example, for moving you would do: obj_Character.x = -2 on left arrow button. So how would you do that using Basic4Android then?


Thanks

XverhelstX
 

XverhelstX

Well-Known Member
Licensed User
Longtime User
Wow, seems nice AB.
If you are intrested, you should take a look at Game Maker.
It's a game development software for Windows for "easy" programming.

It would be very handy to have some things over there as It's growing quick and their use easy logics to make games.
For example:

On Create event: Declare variables
On Left arrow: execute code etc

Including room customization and more

XverhelstX
 
Upvote 0

ssg

Well-Known Member
Licensed User
Longtime User
great one alwaysbusy!!! looking forward to the library :D

any idea on date-of-availability? cant wait to test it out!

anyone doing box2d or any other physics library? hehe...

besides game maker, there is this one which also compiles to mobiles (no android yet though):

Game Editor
 
Upvote 0

Jim

Member
Licensed User
Longtime User
Seems the ABPhysicsEngine is what he was probably discussing as it was released after this and encompasses animation, physics, etc.
 
Upvote 0
Top