Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

really cool game! is it posible for you to share the code on github im learning gdx recently.  

Sure. Here's the link: https://github.com/jh62/BattleCityMultiplayer. I warn you though, this was the first game I ever made (besides small projects) so this is not the best example how things are done and you will see that the code for keyboard/gamepads is a bit hacky because it is. I tried to implement gamepad compatibility in rush time and never touched it back again. Use it as a guide, but this is not how I would code it today. 

(1 edit)

np. still looks a great gdx example to me. great thanks

(1 edit)

may i have the complete gradle project with resources so i can actualy compile it if possible?  thx again!  

Okay, I uploaded the entire project to GitHub: https://github.com/jh62/BattleCityMultiplayer. Just remove the comma from the beginning of some files. I had to put a comma because GitHub wouldn't let me upload hidden files (or I don't know how).

really appreciated. i can build and run now.  thx again