Bold Aesthetic Creative Games

An Indie Game Studio Developing Bold, Aesthetic & Creative Video Games

November 2015

  • My Pixels: Random Imagination 1

    My Pixels: Random Imagination 1

    This time, just an imagination of mine. Nothing fancy. It is just an abstraction from some point and reality from the other! But it is what one think about it. It feels like someone is going to start a journey along with some evil waiting for the opportunity to hurt you. Grid Size: 128*128

    Know More

  • C++ Programming Series: Pointers (Part 1)

    In this post, we are going to discuss pointers. But before proceeding, I just want to say that if you really followed all my posts till now then, Congratulations! You learned the basics of programming in general! But there are still a lot of basics in C++! C++ is a very old programming language but…

    Know More

  • C++ Programming Series: File I/O

    In this post, we are going to discuss input and output. No, I am not talking about cout, cin or any other methods we have discussed till now. I am talking about writing and reading files. For working with files, we need to include another header called fstream. There are three classes in it, for file…

    Know More

  • Developing a Game: SamuraiDuel

    Nowadays, I am developing a game called SamuraiDuel. It is going to be a 2D game and is built on OpenGL, SDL2, Box2D, and CEGUI all in the language, C++. Before starting to develop the game, I first developed the base of a very low-level Game Engine which I should call a GL Engine, GL SDK or…

    Know More

  • C++ Programming Series: References

    I believe that my series is getting complex with every post being published! This has to be done because we should also be getting more complex and more logical with every topic we discuss. Today’s topic is References. Before proceeding on, let us discuss a few problems with functions. The first one is that we…

    Know More

  • C++ Programming Series: Headers and Prototypes (Part 2, Last)

    In this post, we are going to discuss some confusions that you might have got in the previous post. You might have read #include “func.h” in that post and not #include <func.h>. Actually, both have different meanings! If we type angle brackets (<>) instead of double quotes (“”) for func.h, the compiler will check for…

    Know More

  • My Pixels: Temples in the Dark

    My Pixels: Temples in the Dark

    This really took time to draw! The trick is to use as many layers as possible and then, finally, putting all of them together to form a nice scene! I use GIMP and I recommend that to you as well. Grid Size: 128*128

    Know More

  • My Pixels: Lonely Jug

    My Pixels: Lonely Jug

    Hmmm… Guess what? Another Pixel Art! This time, the grid size is 128 by 128, not 64 by 64! It gets 4 times longer and lengthier (and so, harder as well) to get good pixels on the go! I found myself, not very good with bigger and tiny grid sizes! This time, not so special!…

    Know More

  • My Pixels: Sunset and the Landscape

    My Pixels: Sunset and the Landscape

    I am loving pixel art! This time, I crowded entities too much into a very small grid size which is not looking cool at all. But still, I am just a beginner and that’s just my third try! I really like the GIMP! It’s awesome! Grid Size: 64*64

    Know More