Thursday, December 4, 2014
Sunday, November 2, 2014
First Game
It is official. I have successfully achieved what I would consider my first real computer game. Using the SGDA at UTD as a springboard, I got a team together and we made a wonderful real-time strategy computer game about making computer games in 48 hours. It's a glorious piece of thrown together basic mechanics, and even though the game is a little slow to get going, it can actually be quite enjoyable and challenging to play.
Here's a link to the page where the SGDA 2014 Game Jam games can be found:
http://itch.io/jam/sgda-game-jam
Our game is called Crunch Time. You can find all 8 team member's names in the credits of the main menu.
Not to be mistaken for the card game or for Game Dev Tycoon. Yes we all knew about the game, and no we didn't really know enough about it to steal anything from it. We just started shouting ideas at each other until we agreed on a few and then tried our best to program and draw them out. We spent an actual 24 hours working on it, from 7pm to 2am the first night, from 12noon to 2am the second day, and from about 11:30am to 6:30pm the final day. Subtract food breaks and delirium and you get about 24... So truthfully you can sleep a lot regardless the deadline. I would argue that sleep is why we were able to keep going at such a furious pace.
The best part was seeing one of our programmers win the game. We didn't think it was possible because we didn't really program in a solid winning criteria. Basically, the game stopped counting time after about $8 billion in earnings.
Here's a link to the page where the SGDA 2014 Game Jam games can be found:
http://itch.io/jam/sgda-game-jam
Our game is called Crunch Time. You can find all 8 team member's names in the credits of the main menu.
Not to be mistaken for the card game or for Game Dev Tycoon. Yes we all knew about the game, and no we didn't really know enough about it to steal anything from it. We just started shouting ideas at each other until we agreed on a few and then tried our best to program and draw them out. We spent an actual 24 hours working on it, from 7pm to 2am the first night, from 12noon to 2am the second day, and from about 11:30am to 6:30pm the final day. Subtract food breaks and delirium and you get about 24... So truthfully you can sleep a lot regardless the deadline. I would argue that sleep is why we were able to keep going at such a furious pace.
The best part was seeing one of our programmers win the game. We didn't think it was possible because we didn't really program in a solid winning criteria. Basically, the game stopped counting time after about $8 billion in earnings.
Monday, October 20, 2014
Defining Random
Randomness and Game Design by Keith Burgun
Using that article as a springboard for this one, I've known since the 7th grade that random events are mathematically impossible. There's always parts to the equation. The more random something might seem, the more complex the equation might be. Of course all of this is relative and difficult to define. Some people believe in fate, some in willpower and determination.
I define random as an event that has the appearance of unpredictable. This is why Math.Random number functions work so well in programming - they're specifically designed to produce an unpredictable result. When we see the event enough times or we look into how the event breaks down, we find the pattern and therefor destroy its randomness.
When someone swings an axe at a tree numerous times, each swing is directed towards the same area and comes from the same direction. Likewise, when an arrow is shot at a target it follows the same rules as the axe. The equation for the result might include things like wind speed, air temperature, altitude, the person's strength, what materials the object is made of, how many times it has been used, if the person has done the action one time or one hundred times, is the person angry or calm or focused or distracted, etc. For our two examples: the axe hits with differing force at various angles and displaces a seemingly random amount of wood each time; the bow flexes a predictable amount, and the arrow's accuracy depends on the steadiness of the archer - the arrow may still land in seemingly random spots relative to the target's center. Even if we built machines to do these actions for us specifically to remove some of the unpredictability, there would still be some randomness left regardless. In math, the amount of randomness would be the standard deviation. Since the deviation is smaller with the machine, the random element can essentially be refined out to such a small amount that we would no longer detect it.
Using that article as a springboard for this one, I've known since the 7th grade that random events are mathematically impossible. There's always parts to the equation. The more random something might seem, the more complex the equation might be. Of course all of this is relative and difficult to define. Some people believe in fate, some in willpower and determination.
I define random as an event that has the appearance of unpredictable. This is why Math.Random number functions work so well in programming - they're specifically designed to produce an unpredictable result. When we see the event enough times or we look into how the event breaks down, we find the pattern and therefor destroy its randomness.
When someone swings an axe at a tree numerous times, each swing is directed towards the same area and comes from the same direction. Likewise, when an arrow is shot at a target it follows the same rules as the axe. The equation for the result might include things like wind speed, air temperature, altitude, the person's strength, what materials the object is made of, how many times it has been used, if the person has done the action one time or one hundred times, is the person angry or calm or focused or distracted, etc. For our two examples: the axe hits with differing force at various angles and displaces a seemingly random amount of wood each time; the bow flexes a predictable amount, and the arrow's accuracy depends on the steadiness of the archer - the arrow may still land in seemingly random spots relative to the target's center. Even if we built machines to do these actions for us specifically to remove some of the unpredictability, there would still be some randomness left regardless. In math, the amount of randomness would be the standard deviation. Since the deviation is smaller with the machine, the random element can essentially be refined out to such a small amount that we would no longer detect it.
Subscribe to:
Posts (Atom)



