Games Confused

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
Hi
I found myself confused with game development :confused:
Physical Engine & Design Engine, Where is tutorials?
Can anyone simplify this approach with example.
The only thing I can do it now is copy/paste @Erel examples & changing assets files !!!
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
You should indeed start with the examples: [XUI2D] Example Pack
Follow the video tutorial and make sure that everything is configured correctly. Including Tiled editor.

If you want to better understand the physics engine then read box2d manual: http://box2d.org/manual.pdf

Don't be confused from all the X2 modules. Treat them as a library. Most games are implemented in the Game class.
 
Top