hi guys,
wanted to share with you something
because we dont have any game engine for ios i try to make games that doesnot use any libs.
it is not easy to make a game without libgdx or any other libs (only CORE) and keep good performance.
you need for that to be very creative with your code!
i tried to make a clone of BOUNCE to see how it will run on my phone (galaxy s5) and i am very suprised.
runs very smooth. it took me a while to find the right technic but i am happy with the result.
the game choose randomly a level, every level is a different layout that was made in the designer
i made also a level creator in VB that will scale the level to any screensize.
now i can just take the code and reskin it with different images and publish on google play and appstore
judge yourself...
wanted to share with you something
because we dont have any game engine for ios i try to make games that doesnot use any libs.
it is not easy to make a game without libgdx or any other libs (only CORE) and keep good performance.
you need for that to be very creative with your code!
i tried to make a clone of BOUNCE to see how it will run on my phone (galaxy s5) and i am very suprised.
runs very smooth. it took me a while to find the right technic but i am happy with the result.
the game choose randomly a level, every level is a different layout that was made in the designer
i made also a level creator in VB that will scale the level to any screensize.
now i can just take the code and reskin it with different images and publish on google play and appstore
judge yourself...