Tuesday 12 September 2017

A new "useful tool" console app is in the works

A C project, introducing The New Games Library !

This one better not get cancelled. lol.

Well, when you get a new game idea, you can store it in this library ( This tool uses a .txt save file that will be created once it's ran for the first time ), where you write the name of the game, and a description containing every idea you have in mind.

Which means that, when you want to make a new game or something else, you can check this program to see your ideas.

So, from now on either all or most of my future programming projects will be C projects.


Monday 4 September 2017

a C# project has just been released

Yes, my custom cmd has just been released, ( Windows Experience Command Prompt ), you can check it out by clicking here. Enjoy :P.
 

Wednesday 16 August 2017

Soooooorry once again XD

Woops ! Sorry for not sharing any posts for 2 months.
I've been working on games that aren't console apps.
You can check it out here if you're interested.

Luckily, right now I'm more focused on the custom command prompt which is a good thing.
I might come back to GameBoy Color game development when I finish this current project.

 

Friday 9 June 2017

Sorry !


Development has been paused a while ago, that's the reason for no posts these weeks. Right now, I'm working on my custom command prompt ( a C# project ). Here's a pic of the latest command I've added, alpha public release will come out soon.

Friday 12 May 2017

IMPORTANT ! ( for other begginer gameboy devs )

This might help you in the future, and in the future problems you might get :
If you print something using printf, and then turn display on and show background then hide it and turn display off, and if you use printf again after all this, it won't work. In order to make it work, you need to add gprint, using \n with gprint will not go to the next line, but add a special character. If it tells you that it doesn't know gprint, then check if you at least have these :
#include <gb/gb.h>
#include <gb/drawing.h>

Monday 8 May 2017

Farm Simulator Demo C# Console Application Release 0.3.0

I made this to practise more C# and it's fun to make games like this one : Farm simulator
If you notice any bugs or want to give a suggestion for the future updates, feel free to comment ! 

Tuesday 2 May 2017

C Project - Making my first GameBoy game

➤ C Project

So,
The current programming project is a first attempt at making a gameboy game. Not a GameBoy Color or a GameBoy Advance game, but a normal GameBoy game using C.
The game :
Farm Simulator, a port of a C# console app I've made.
Story later......
Programs used :  Notepad++, Gameboy tile designer, Gameboy map designer, bgb for emulation and Pic2Tiles, source code will be available with the game "soon".


First post

Yay ! A blog sounds nice ! I always hear blogblogblog. and they are everywhere. So, I decided to create one for my future programming projects !