Wednesday, 30 May 2012

Never give up!

Okay I missed the deadline. I didn’t realize how much stuff you actually had to do and how much time it took. I missed but I am Not giving up. I am going to keep working on this and finish up…

Thursday, 26 April 2012

It’s… A GAME!

Games aren’t exactly games unless there is a winning condition and a losing condition. Well, my game, I am proud to say, is … officially a playable game! Just a few seconds ago I finished collision detection for the force-fields. I am so happy my body is shaking with glee. I can actually show people my game and have them go “Wow, that’s a cool game!” The most pleasurable thing as a programmer is finishing a game. It is definitely a thing to be happy about! I’ll continue keeping you posted as the May 20th deadline closes in…

Finishing touches… give or take a few!

The next thing I am going to do is add collision detection for the force-fields! Hopefully I can finish because as soon as the force-fields are in the game actually has a goal and a death/game over point. I am reaching the apex of a finished game. When I first send out the game it’s not going to be amazing, because my deadline may 20th is stopping me from making it the best. I will update it so it is amazing, with new game-play options and easier start menu and there will also be a “level” aspect to the game (different parts of the galaxy) as it is in space. With new backgrounds, upgraded visuals (hopefully), better enemy intelligence, power ups and even new enemies and perhaps Boss Battles, that’s right… BOSS BATTLES!!! It’s going to be really cool, so don’t be disappointed at first, because more is YET to come!

Saturday, 21 April 2012

Buttons!

YAY. I finally got my start button to work, I am so happy. It took a while, alot of debugging, break points, and a couple of hours being hunched over finding any information I can find. Doing the touch screen seemed hard at first, but it is actually very simple... if you know how to do it. Paul Laberge from Microsoft lent me a Windows phone so I could test my game on it. I am going to work on it alot more so I will try to keep updating my blog!

Tuesday, 17 April 2012

Touch points!

If I could say one thing about touch points... is that they are SO hard to program. You think “all games have touch points, it must be so easy to program…” well I’m here to prove that Wrong! Touch points are nearly impossible to program. I am so frustrated with it. I had to read 3 programming books, search the internet 7 times… and I am still not done. Like seriously make it easier!
That’s all I have to say… so in a game… try to make there be as less touch points as you can do. That’s kind of hard to do as well. I’ll just have to push through… and this is just the start menu to make the game go! Tell you guys if I figure it out... I'll put some sample code you can copy when I find out how!


Thursday, 12 April 2012

The Art!

Blackness covered the screen, boring your mind out. That’s what would happen if there were no visuals.

The art is what appears on the screen… your character, enemies, even that annoying rock that’s in your way. In this post I will cover the art and how I made it.

I tried many art creating software but whenever I drew the character it had a white background… I looked up and downloaded gimp 2-6 and with this new software… when I started a project you could choose the background to be see-through. Now my character wouldn’t have a white background, over top the space background I drew. I was so happy, I love gimp. It works so well and you can draw some really cool stuff… good luck with your game, and if you can, try to start using Gimp!

Here is a link to gimp:  http://www.gimp.org/downloads/

Tuesday, 10 April 2012

How to start!

If any of you would like to start your own journey in programming phones, in this post I will enlighten you on how you start…

·         First download Microsoft Visual Studio Express on to your computer: http://msdn.microsoft.com/en-us/library/ff630878(v=VS.92).aspx
·         You also download the Windows Phone SDK:
http://create.msdn.com/en-US/home/getting_started
·         Second start reading books about programming and try to start maybe a programming course of some sort. I will include a list of good books that teach programming on this blog site in the near future.
·         When you think you have enough info about coding to get started, try and go.
·         Remember that you will need something to run the game on, like a windows phone or you can use the emulator… but I suggest using a phone because it is a lot better than the emulator.
·         Try to find a “partner” you can work with them in making the game.

I suggest having a group of people or a partnership working on the game, different people working on different things. Remember that you probably won’t make a million dollar game on the first try… no matter what don’t give up!

Always use comments in your code it will help you understand and if you come back later debugging you will know what you are looking at. Comments will save your life.