Share My Creation Block Stack - with source

Hi guys,

I decided to post the source code for a simple block stacking game I've written using the libGDX library
IT uses the shaperenderer to draw the blocks and stack, this isn't the best way of doing it as I've read that the shape renderer batch is not the fastest, but it seems to work fine for my game. It's a simple 2D version of Stack by Ketchapp.

It's very simple so I thought it might help people to learn basic libgdx commands easier.

Here's the store link for anyone who just wants to try it:
https://play.google.com/store/apps/details?id=uk.co.coffeeinducedgames.blockstack&hl=en_GB
 

Attachments

  • screenshot1.png
    screenshot1.png
    47 KB · Views: 3,013
  • Block Stack.zip
    98.5 KB · Views: 369
Last edited:

melonZgz

Active Member
Licensed User
Longtime User
Great! Thank you very much for the code, it will help people to understand how a complete game is made
About the shaperenderer, I think it could be dangerous if you draw a lot of primitives, but I've tested the game on various devices and it runs smooth in all of them, even in the old ones.
And these kind of games are simple but addictive, so I think they can do a good job in the store with some polishing (sound, online scoreboard, some animations here and there...)
Great work!
 
Top