Sunday, February 24, 2013

Hello World

std::cout << "Hello World!" << std::endl;

Me is Archina and i finally got my game project "I" started. The idea of "I" started about a year ago where it was just a folder to pass an art lesson.

Now a year later of learning and coding practice in general i feel brave enough to start coding it!

"I" is planned to be an 2D side-scroller like survival game in a strange world full of weird wicked and dangerous beings.

Your goal is as simple as it could be... survive long enough to escape that twisted world.

Your weapon is yourself as your will be able to transform and adapt yourself to the hostile environment. But don't overdo it as this will end up in yourself forgetting who you are and just becoming another creature in this realm of darkness.

On the more technical and less artistical side, "I" will be written in C++ my currently favored programming language. I already had a failed attempt in lua with the game engine "löve" but it took too much time to get into it and finally got lost over the semester.

As libs i only use SFML which already takes care of a lot of things like sprites, system time, processing audio files and so on. It's pretty nice! Don't hesistate to check it out!
Beside that i also use RapidXML to save and load Animation and Model files. But i'm not sure if i will keep it like that...

About the future of this blog.... mmhh. I hope i will be able to post some updates like i did the last few days on my google account. I hope i will be able to show you some picture and some alpha footage time to time and probably just get ride of my frustration if i run into things that just don't work the way i want it.

By that i will call it "Until time"

See ya - Arc.

No comments:

Post a Comment