0 0CrimsonScythe0 Member Licensed User Longtime User Dec 23, 2014 #1 Hey , I was considering building a pacman game, my first game ever. Should I use the gameview library or something like Libgdx. Or some other. Just need some general advice. What are the advantages and disadvantages of each? Thanks!
Hey , I was considering building a pacman game, my first game ever. Should I use the gameview library or something like Libgdx. Or some other. Just need some general advice. What are the advantages and disadvantages of each? Thanks!
KMatle Expert Licensed User Longtime User Dec 23, 2014 #2 See here: https://www.b4x.com/android/forum/threads/introduction-to-the-libgdx-library.32592/ There is a PacMan example included. It's LibGDX, a standard library. Very strong and "just 5 lines" of code to display a map, sprites, etc. It uses a TileMap which can be created with this editor http://www.mapeditor.org/ Upvote 0
See here: https://www.b4x.com/android/forum/threads/introduction-to-the-libgdx-library.32592/ There is a PacMan example included. It's LibGDX, a standard library. Very strong and "just 5 lines" of code to display a map, sprites, etc. It uses a TileMap which can be created with this editor http://www.mapeditor.org/
0 0CrimsonScythe0 Member Licensed User Longtime User Dec 23, 2014 #3 KMatle said: See here: https://www.b4x.com/android/forum/threads/introduction-to-the-libgdx-library.32592/ There is a PacMan example included. It's LibGDX, a standard library. Very strong and "just 5 lines" of code to display a map, sprites, etc. It uses a TileMap which can be created with this editor http://www.mapeditor.org/ Click to expand... Thanks! Exactly what I was looking for. Upvote 0
KMatle said: See here: https://www.b4x.com/android/forum/threads/introduction-to-the-libgdx-library.32592/ There is a PacMan example included. It's LibGDX, a standard library. Very strong and "just 5 lines" of code to display a map, sprites, etc. It uses a TileMap which can be created with this editor http://www.mapeditor.org/ Click to expand... Thanks! Exactly what I was looking for.