Summer Programming 2014 – Dev. Post 20
Didn’t get much done with the commenting, but got some work done regarding the Level Manager. Thing is, it’s not entierly done yet as there are still some problems to iron out. I sued the map class for the Manager but in the end I feel that this particular problem might be more suited for the Make a class that is just another class with a string attached and while I recently discovered how tu ose the map class efficently […]
Summer Programming 2014 – Dev. Post 20
Didn’t get much done with the commenting, but got some work done regarding the Level Manager. Thing is, it’s not entierly done yet as there are still some problems to iron out. I sued the map class for the Manager but in the end I feel that this particular problem might be more suited for the Make a class that is just another class with a string attached and while I recently discovered how tu ose the map class efficently […]
Summer Programming 2014 – Dev. Post 19
I spent most of the day writing comments for my code. By now I’m done with the Managers so I’m gonna move on to the actual in-game objects and the gameobjects next.
Other than that I’ve started working on the Level Manager. The idea is to load the data directly into the game via a .txt file that determines the time and type of enemy that should be spawned. It is very much in preproduction but should be done by tomorrow […]
Summer Programming 2014 – Dev. Post 19
I spent most of the day writing comments for my code. By now I’m done with the Managers so I’m gonna move on to the actual in-game objects and the gameobjects next.
Other than that I’ve started working on the Level Manager. The idea is to load the data directly into the game via a .txt file that determines the time and type of enemy that should be spawned. It is very much in preproduction but should be done by tomorrow […]
Summer Programmming 2014 – Dev. Post 18
Hey I’m back! Not only did the trip to London rob me of my working hours but as soon as I landed my portable wireless internet ran out of data so I was unable to post anything until today. Rest assured, if you look at the two posts before this one you’ll see that I indeed worked during those few days of seeming inactivity.
On a more direct topic, today is the day that I started to reschedule for the […]
Summer Programmming 2014 – Dev. Post 18
Hey I’m back! Not only did the trip to London rob me of my working hours but as soon as I landed my portable wireless internet ran out of data so I was unable to post anything until today. Rest assured, if you look at the two posts before this one you’ll see that I indeed worked during those few days of seeming inactivity.
On a more direct topic, today is the day that I started to reschedule for the […]
Updates!!!!
Hi y’all!I’ve been a busy bee the past few weeks having plenty of family visits, hugs and loads of sun!I have been spending whatever time I have managed to salvage form my busy schedule to work a bit on the second iteration of the game and thought I’d …
Updates!!!!
Hi y’all!I’ve been a busy bee the past few weeks having plenty of family visits, hugs and loads of sun!I have been spending whatever time I have managed to salvage form my busy schedule to work a bit on the second iteration of the game and thought I’d …
Summer Programming 2014 – Dev. Post 17
Written the: 21-07-2014
My internet is still down.
I finally figured out the problem with the sound. Since I was taking the sound buffer locally it was destroyed once I left the method, therefore my sounds effects became mute. Once I figured out the problem it took about five minutes to fix it. Didn’t get anything else done today, will be checking my schedule for some planning and possibly write some comments in the code if I have the time.
Summer Programming 2014 – Dev. Post 17
Written the: 21-07-2014
My internet is still down.
I finally figured out the problem with the sound. Since I was taking the sound buffer locally it was destroyed once I left the method, therefore my sounds effects became mute. Once I figured out the problem it took about five minutes to fix it. Didn’t get anything else done today, will be checking my schedule for some planning and possibly write some comments in the code if I have the time.
Summer Programming 2014 – Dev. Post 16
Written the: 20-07-2014
My internet just ran out so this one isn’t going to be posted in a while. On another topic, I finally got back from London (which was awesome) and I’m back in the programming works again (which is, again, awesome). Well, as much back as I can, I haven’t coded in about a week so I’m a little out of it but I’m still in the game for now.
Anyway, today’s work was centered on fixing a few […]
Summer Programming 2014 – Dev. Post 16
Written the: 20-07-2014
My internet just ran out so this one isn’t going to be posted in a while. On another topic, I finally got back from London (which was awesome) and I’m back in the programming works again (which is, again, awesome). Well, as much back as I can, I haven’t coded in about a week so I’m a little out of it but I’m still in the game for now.
Anyway, today’s work was centered on fixing a few […]
About these coming weeks
Nothing will be posted here. Im on a “vacation” and I dint have my pc with me, Ive got only some limited clothing.
The question is whats to be done now, im starting school again in a month, it will be a lot of 3D modeling so that should be fun! So there shouldn’t be any postings next week I guess.. until then, have fun 🙂
About these coming weeks
Nothing will be posted here. Im on a “vacation” and I dint have my pc with me, Ive got only some limited clothing.
The question is whats to be done now, im starting school again in a month, it will be a lot of 3D modeling so that should be fun! So there shouldn’t be any postings next week I guess.. until then, have fun 🙂
Drawing again! About damn time!
It’s about damn time i drew something again. I’ve been either too busy or too sick to have the energy to sit down and do some drawing.
A bit depressing, but a fun thing to draw.
This time, I did not go for non-lineart drawing and instead went for a more cartoonish style. I’m not all to used to this kind of drawing, but I think it went pretty well nonetheless. Until next time!
Drawing again! About damn time!
It’s about damn time i drew something again. I’ve been either too busy or too sick to have the energy to sit down and do some drawing.
A bit depressing, but a fun thing to draw.
This time, I did not go for non-lineart drawing and instead went for a more cartoonish style. I’m not all to used to this kind of drawing, but I think it went pretty well nonetheless. Until next time!
My “Vacation”
This week i have been sketching for new game ideas, so three different concepts were started. Even though im at a vacation right now im doing this all over my smartphone, a bit annoying to type on but what can you do.
I have realised that creating new ideas is easy, but trying to fit the game market or attract others to like your idea is much harder. But through this i have to learn wich one of these ways would […]
My “Vacation”
This week i have been sketching for new game ideas, so three different concepts were started. Even though im at a vacation right now im doing this all over my smartphone, a bit annoying to type on but what can you do.
I have realised that creating new ideas is easy, but trying to fit the game market or attract others to like your idea is much harder. But through this i have to learn wich one of these ways would […]
Summer Programming 2014 – Dev. Post 15
I didn’t get much done yesterday so I’m just gonna post for today. The main objective today was to create the Audio management. So far it actually works… for the music. The sound effects are for some reason absent and the SOund Buffer is always set to NULL for some reason. Other than that, it’s all fine. I’ve also done some minor adjustments to the State Manager.
This might be the last post I’m doing for a while, next week I’ll […]
Summer Programming 2014 – Dev. Post 15
I didn’t get much done yesterday so I’m just gonna post for today. The main objective today was to create the Audio management. So far it actually works… for the music. The sound effects are for some reason absent and the SOund Buffer is always set to NULL for some reason. Other than that, it’s all fine. I’ve also done some minor adjustments to the State Manager.
This might be the last post I’m doing for a while, next week I’ll […]
Summer Programming 2014 – Dev. Post 14
For the duraction of the project I’ve had some trouble with getting the sprites to be drawn the way I want them to. I’d load an image but all I got was a giant white rectangle, today I finally had the time to sit down and fix this and it turns out it’s all because of what I tried to do with the Sprite class.
To reiterate: I made a personal variant of the sf::Sprite class simply called Sprite, which then […]
Summer Programming 2014 – Dev. Post 14
For the duraction of the project I’ve had some trouble with getting the sprites to be drawn the way I want them to. I’d load an image but all I got was a giant white rectangle, today I finally had the time to sit down and fix this and it turns out it’s all because of what I tried to do with the Sprite class.
To reiterate: I made a personal variant of the sf::Sprite class simply called Sprite, which then […]
Summer Programming 2014 – Dev. Post 13
I don’t have access to an internet connection at the moment so this post is actually written offline and will probably be posted tomorrow night alongside that days post.
Today I’ve been configuring something I’d like to call the Score Manager (it used to be the Stat Manager but I changed the name since it wa sto similar to the State Manager) whose job is to keep track of all the in-game stats, like remaining lifes, score, hiscore and so […]
Summer Programming 2014 – Dev. Post 13
I don’t have access to an internet connection at the moment so this post is actually written offline and will probably be posted tomorrow night alongside that days post.
Today I’ve been configuring something I’d like to call the Score Manager (it used to be the Stat Manager but I changed the name since it wa sto similar to the State Manager) whose job is to keep track of all the in-game stats, like remaining lifes, score, hiscore and so […]