Saturday 7 July 2012

Making of theme at pairs



A theme is basically a central topic ,subject or concept,the author is trying to point out not to be confused with whatever messege,moral or commentary it may send or be interpreted 

A theme for game pairs requires xml and web development skill and the use of inkscape.




Firstly,I made the images in .svg format using inkscape .Then,I connected all the images with the desired theme using xml .Most importantly after making the xml file it has to be saved in .game extension .




Then, simply the file is to replaced to .pairs.tar.bz2 .Have a look at it this link for reference






Hope this helps!



Cheers!!


Tuesday 3 July 2012

Making of the layout for the editor

Initial layout.

Final layout of the editor.
Final layout of the editor

Everything disappeared at first



The making of the editor required some logic apart from some smart work .Initially I faced some difficulties in make and make install.But I soon over come it then I initially made a .ui file for it .



After that the corresponding .cpp files . Then I was soon able to resize the mainwindow as a whole but not the widgets independently .




So,I used splitters .When I firstly used then initially I was able to use them but the content in the widgets disappeared (It was due to the fact that I have not declared the function defination of readsettings() :P).But soon, these worked and I was able to make it.






Cheers!