0
Can i make a tetris game in java without using the enums?
I have used g.drawrect() using 4 small squares for each shape to make the total 19 shapes and my problem comes how to stack them together. help me to stack them
1 Respuesta
+ 10
This is hard to answer without knowing what your code is... Could you publish example code somewhere?