Daily Archives: January 6, 2014

Day 12, Some progress

I have left yesterdays mess behind me and today it went very well.I cleaned up some stuff from yesterday and added some new things.I  added a ButtonObject class that will take care of objects that can be clicked with the mouse like Start/Quit buttons. I had to do some work on the InputManager as well to get it all to work.
So I worked on the StartState and added the buttons and functionallity.The buttons can be clicked but with no sound […]

/ Comments Off on Day 12, Some progress
Program: Programming

Day 12, Some progress

I have left yesterdays mess behind me and today it went very well.I cleaned up some stuff from yesterday and added some new things.I  added a ButtonObject class that will take care of objects that can be clicked with the mouse like Start/Quit buttons. I had to do some work on the InputManager as well to get it all to work.
So I worked on the StartState and added the buttons and functionallity.The buttons can be clicked but with no sound […]

/ Comments Off on Day 12, Some progress
Program: Programming

Frogger Dev. Post 16

Finished the sound, didn’t do much else…We now have jumping sounds playing and a background music. Most of the soudns were gathered from all over the internet or from other games such as Super Mario Bros. or Pac-Man, the background theme is from the original frogger though.
Where I took the music from:Jumping sound – http://www.freesfx.co.uk/download/?type=mp3&id=10781Death Sound – Pac-ManNext Level – Super Mario Bros.Main Theme – Frogger
I’ll probably either resume work on the score display tomorrow or I might add more […]

/ Comments Off on Frogger Dev. Post 16
Program: Programming

Frogger Dev. Post 16

Finished the sound, didn’t do much else…We now have jumping sounds playing and a background music. Most of the soudns were gathered from all over the internet or from other games such as Super Mario Bros. or Pac-Man, the background theme is from the original frogger though.
Where I took the music from:Jumping sound – http://www.freesfx.co.uk/download/?type=mp3&id=10781Death Sound – Pac-ManNext Level – Super Mario Bros.Main Theme – Frogger
I’ll probably either resume work on the score display tomorrow or I might add more […]

/ Comments Off on Frogger Dev. Post 16
Program: Programming

Sketches & Art

Hello everyone!
Been Doing some painting lately  And just Wanted to share Some of it
.
it is just a training pic for doing shadows but Ithink ir’s a step in the right direction compared to my other picture :p
have a good one from a Van and a game designer.

/ Comments Off on Sketches & Art
Program: Graphics

Sketches & Art

Hello everyone!
Been Doing some painting lately  And just Wanted to share Some of it
.
it is just a training pic for doing shadows but Ithink ir’s a step in the right direction compared to my other picture :p
have a good one from a Van and a game designer.

/ Comments Off on Sketches & Art
Program: Graphics

Sound effects

Yesterday, the 5th January I managed to create sound effects.
Since we will use audio like everywhere in our game I decided to initialize the sounds in main.cpp. It could also be initialized in engine but I choosed main for the simplicity, right now main is holding all the important initializes which I think is good practice.A class that manage SDL-only initializes could have been made but for this project I do not see why this shouldn’t be enough.
If you want […]

/ Comments Off on Sound effects
Program: Programming

Sound effects

Yesterday, the 5th January I managed to create sound effects.
Since we will use audio like everywhere in our game I decided to initialize the sounds in main.cpp. It could also be initialized in engine but I choosed main for the simplicity, right now main is holding all the important initializes which I think is good practice.A class that manage SDL-only initializes could have been made but for this project I do not see why this shouldn’t be enough.
If you want […]

/ Comments Off on Sound effects
Program: Programming

Frogger Dev. Post 15

Because of my lack of progress when it comes to the score output I decided today that I was going to focus on getting the sound done instead since it should (hopefully) take less time and I am more familiar with that sort of work. Once I am done with that I will see over if there isn’t anything else that abosultkey needs to be done before going back to the score output problems again.
I estimate that fixing sound should […]

/ Comments Off on Frogger Dev. Post 15
Program: Programming

Frogger Dev. Post 15

Because of my lack of progress when it comes to the score output I decided today that I was going to focus on getting the sound done instead since it should (hopefully) take less time and I am more familiar with that sort of work. Once I am done with that I will see over if there isn’t anything else that abosultkey needs to be done before going back to the score output problems again.
I estimate that fixing sound should […]

/ Comments Off on Frogger Dev. Post 15
Program: Programming