Skip to content
Anton Yarkov edited this page May 17, 2020 · 8 revisions

This application was created as a learning project for OpenGL. First of all, I started with OpenGL C++ application for Windows. And after I finished some basic logic I decided to try to port it to mobiles: Android platform is supporting native applications with NDK, so Here is the result.

It was written in a plain C++ with using OpenGL for mobiles. It has no any audio, but contains simple game logic and graphics.

I do not have screenshots from mobile at the moment, but this is only a port from my Windows version of this game and looks pretty similar. So, here are screenshots: 1 2 3

Clone this wiki locally