Browsing '2013': Students starting in 2013
Shifiting to maximum overdrive
After counseling with a few students, my partner and both of my teachers I’ve managed to get an input manager done by combining the existing input.h to work as a manager. It wasn’t as hard as I thought but hey, nothing really is I am just really, really stupid I guess.
I finished a water object that spans over the whole top part of the map. A very interesting part is that it’s invisible with a background objects that you cannot […]
Shifiting to maximum overdrive
After counseling with a few students, my partner and both of my teachers I’ve managed to get an input manager done by combining the existing input.h to work as a manager. It wasn’t as hard as I thought but hey, nothing really is I am just really, really stupid I guess.
I finished a water object that spans over the whole top part of the map. A very interesting part is that it’s invisible with a background objects that you cannot […]
Programming Project, day 22 – part 1
There are now three functioning AI states. It’s just a matter of fine-tuning their behavior. I guess I’ll leave it for now. It’s fun to program AI but now that I got the project points for it I’m gonna focus on something else. Perhaps particle effects! But before that, I’ll add the settings for playercount and AI in the GameSetupState.
To explain the picture: When in the roaming state, the AI walks around the map kind of randomly. In the flee […]
Programming Project, day 22 – part 1
There are now three functioning AI states. It’s just a matter of fine-tuning their behavior. I guess I’ll leave it for now. It’s fun to program AI but now that I got the project points for it I’m gonna focus on something else. Perhaps particle effects! But before that, I’ll add the settings for playercount and AI in the GameSetupState.
To explain the picture: When in the roaming state, the AI walks around the map kind of randomly. In the flee […]
Its all about practice!
This was my first try on this picture, I guess ill have to redo it once i get back to school. I think maybe if i get some more distinguish lines and make it look cleaner.
So ill be back for school next monday, then ill have to Work my butt off, two assignments awaits!
Its all about practice!
This was my first try on this picture, I guess ill have to redo it once i get back to school. I think maybe if i get some more distinguish lines and make it look cleaner.
So ill be back for school next monday, then ill have to Work my butt off, two assignments awaits!
Programming Project, day 21
I changed the AI states completely. The “Farming” state is now called the “Roaming” state. It checks tiles in certain directions for levelobjects that are destructable, places bombs and walks around the map. I need to make it a bit more random because the AI favors moving in certain directions over other ones right now.
I made another state called “Flee” state which runs away from nearby bombs until at a “safe” distance from any bomb, then returns to the “Roaming” […]
Programming Project, day 21
I changed the AI states completely. The “Farming” state is now called the “Roaming” state. It checks tiles in certain directions for levelobjects that are destructable, places bombs and walks around the map. I need to make it a bit more random because the AI favors moving in certain directions over other ones right now.
I made another state called “Flee” state which runs away from nearby bombs until at a “safe” distance from any bomb, then returns to the “Roaming” […]
KreakOut #5 – Bricks shall be gone
The main-thing to mention this time was to make it an actual game with a goal, by making the bricks disappear when getting hit.
This didn’t take long, so the rest of the time was spent on trying out different things and minor tweaks. For testing out things easier, the ball will now follow the mouse if you hold down ’0′, which is really helpful. Getting the level-change to work was a pain in the elbow though, so we decided that […]
KreakOut #5 – Bricks shall be gone
The main-thing to mention this time was to make it an actual game with a goal, by making the bricks disappear when getting hit.
This didn’t take long, so the rest of the time was spent on trying out different things and minor tweaks. For testing out things easier, the ball will now follow the mouse if you hold down ’0′, which is really helpful. Getting the level-change to work was a pain in the elbow though, so we decided that […]
Yet another update
Today, the progress once again had some focus on github and getting it to sync properly. Its still abit tricky, but goes easier and easier.
Also got some help from Jerry, with understanding why there was some issues with the Menu Sliders. That will have to be fixed asap.
At this point there is alot of work that requires the other part to have his work done.
Other than that, I can only hope that we will manage to get a working game […]
Yet another update
Today, the progress once again had some focus on github and getting it to sync properly. Its still abit tricky, but goes easier and easier.
Also got some help from Jerry, with understanding why there was some issues with the Menu Sliders. That will have to be fixed asap.
At this point there is alot of work that requires the other part to have his work done.
Other than that, I can only hope that we will manage to get a working game […]
Tower Defense – Stupid animations!
Today I have learned that I hate animations! REALLY hate animations!For some reason I can’t get it to work for me… I know I have missed something, but can’t find the missing line or maybe it is just a single word…The search continues tomorrow, will probably find it and laugh at myself for being so stupid
Tower Defense – Stupid animations!
Today I have learned that I hate animations! REALLY hate animations!For some reason I can’t get it to work for me… I know I have missed something, but can’t find the missing line or maybe it is just a single word…The search continues tomorrow, will probably find it and laugh at myself for being so stupid
Day 15, SCORE!!!!!
First I had some problem implementing sound. The soundeffects played for a while then stopped but with some help from Jerry (co-teacher) I think we nailed it down so it works for now. haven’t tested it too much.
And then….SCORE!! Yes after many hours of struggling i finally managed to nail it! We now got score in our game. If my way of doing it is the right way. I’m not sure??…..but it works!
Day 15, SCORE!!!!!
First I had some problem implementing sound. The soundeffects played for a while then stopped but with some help from Jerry (co-teacher) I think we nailed it down so it works for now. haven’t tested it too much.
And then….SCORE!! Yes after many hours of struggling i finally managed to nail it! We now got score in our game. If my way of doing it is the right way. I’m not sure??…..but it works!
Programming Assignment, Blog Post 2
Today we spawned the first duck and also fixed the background.
I am however having trouble making the duck move because of how the code of the spawn is written.
So far I only get errors when I’ve tried to change it, but I will continue tomorrow!
Programming Assignment, Blog Post 2
Today we spawned the first duck and also fixed the background.
I am however having trouble making the duck move because of how the code of the spawn is written.
So far I only get errors when I’ve tried to change it, but I will continue tomorrow!
Programming Assignment, Blog Post 2
Today we spawned the first duck and also fixed the background.
I am however having trouble making the duck move because of how the code of the spawn is written.
So far I only get errors when I’ve tried to change it, but I will continue tomorrow!
Programming Assignment, Blog Post 2
Today we spawned the first duck and also fixed the background.
I am however having trouble making the duck move because of how the code of the spawn is written.
So far I only get errors when I’ve tried to change it, but I will continue tomorrow!
Programming Project
Today I continued working on tower placement and there are things still needed. I need to work a little with inputs and replaceing sprites
I and Andree have started to work a little with the enemy animations, it did not go quite as planned, as we didn’t get the animation to work for some reason .. , but Andree continues to work with the animation and I continue with the tower placement.
Programming Project
Today I continued working on tower placement and there are things still needed. I need to work a little with inputs and replaceing sprites
I and Andree have started to work a little with the enemy animations, it did not go quite as planned, as we didn’t get the animation to work for some reason .. , but Andree continues to work with the animation and I continue with the tower placement.
Friday’s work
Didn’t do much Wednesday and Thursday, i wrote a .txt with the coordinates for the animated sprites but i didn’t feel that merited a blog post.
Today i started my work on getting animations for the Turtles and the player, Getting the regular looping animation for the turtles was easy but switching between different animations for when they dove proved harder, i decided to ask for help during the class in the afternoon and went on to work with the player. […]
Friday’s work
Didn’t do much Wednesday and Thursday, i wrote a .txt with the coordinates for the animated sprites but i didn’t feel that merited a blog post.
Today i started my work on getting animations for the Turtles and the player, Getting the regular looping animation for the turtles was easy but switching between different animations for when they dove proved harder, i decided to ask for help during the class in the afternoon and went on to work with the player. […]