Short:

A project to implement Android: Netrunner card game

Tech:

C++, GLSL, Lua

Links:

Github

As a learning excercise for C++ and OpenGL for a couple of months I've been working on a game based on Netrunner LCG. It doesn't use any of the game engines, instead working with OpenGL directly.

  • The engine is made in C++, with hierarchical entity structure with matrix transforms propagated down
  • Rendering is quite simple with it being a card game, with unlit textures and some truetype font rendering (I did phong lighting implementation in this repository
  • Game logic and AI is made in object-oriented Lua, which is embedded by C++