Advertisement

Results for "Author: chad bjorklund"

C_Volume2 #79344
Plane Game

This is just little game I made to help pass the time at work. PLEASE download this game and give me feedback. It's not finished but I would like to know which direction to go with it, better graphics, better gameplay, or should I just give up.

C_Volume2 #79389
Choplifter

This is a remake of the classic game Choplifter. If you are just browsing through looking for a game that could help pass the time or one that you want to improve upon, download this one. All the source code is included if you want to make any changes. It does take up about 15 megs once it's uzipped(only 500kb zipped) but its worth every bit of it. Check it out and please give me some feedback.

C_Volume2 #79419
Choplifter Update

This is an update to my earlier Choplifter. You can now define you keys, choose you difficulty level and skip the annoying beggining. A few bugs on the in-game play were fixed too.(Sorry, still haven't added the helicopter blades) But seriously, this game is a lot of fun. You're helicopter has a regular gun and then it also has bombs. You try to save the people below while dodging tank fire. In all honesty though, it's almost more fun just to kill the people and watch the little grave stones pop up in there place. ENJOY!!!

C_Volume2 #79467
Movement

This code shows how to move an object along exact angles using trigonometry. I made it after I download a sprite that could face 32 different directions. Instead of doing some complex movement function like I'd done before, I made this technique. Now all I had to do was increment a variable by 11.25 (360/32) I am sure that I am not the first at doing this, it's just that I had never seen it on the internet before so I thought I would put it up and help all of those who could use it. I just put it into a simple project where you drive a tank around. The project could be used for a game too, if you want, e-mail me and I will send you the better graphics, the ones I used are shrunk and 8-bit instead of 24. Anyways, download the code and enjoy, all feedback is welcome.

Java_Volume1 #97888
Plane Game

This is just little game I made to help pass the time at work. PLEASE download this game and give me feedback. It's not finished but I would like to know which direction to go with it, better graphics, better gameplay, or should I just give up.

Java_Volume1 #97933
Choplifter

This is a remake of the classic game Choplifter. If you are just browsing through looking for a game that could help pass the time or one that you want to improve upon, download this one. All the source code is included if you want to make any changes. It does take up about 15 megs once it's uzipped(only 500kb zipped) but its worth every bit of it. Check it out and please give me some feedback.

Java_Volume1 #97963
Choplifter Update

This is an update to my earlier Choplifter. You can now define you keys, choose you difficulty level and skip the annoying beggining. A few bugs on the in-game play were fixed too.(Sorry, still haven't added the helicopter blades) But seriously, this game is a lot of fun. You're helicopter has a regular gun and then it also has bombs. You try to save the people below while dodging tank fire. In all honesty though, it's almost more fun just to kill the people and watch the little grave stones pop up in there place. ENJOY!!!

Java_Volume1 #98011
Movement

This code shows how to move an object along exact angles using trigonometry. I made it after I download a sprite that could face 32 different directions. Instead of doing some complex movement function like I'd done before, I made this technique. Now all I had to do was increment a variable by 11.25 (360/32) I am sure that I am not the first at doing this, it's just that I had never seen it on the internet before so I thought I would put it up and help all of those who could use it. I just put it into a simple project where you drive a tank around. The project could be used for a game too, if you want, e-mail me and I will send you the better graphics, the ones I used are shrunk and 8-bit instead of 24. Anyways, download the code and enjoy, all feedback is welcome.

1_2002 #107233
Movement

This code shows how to move an object along exact angles using trigonometry. I made it after I download a sprite that could face 32 different directions. Instead of doing some complex movement function like I'd done before, I made this technique. Now all I had to do was increment a variable by 11.25 (360/32) I am sure that I am not the first at doing this, it's just that I had never seen it on the internet before so I thought I would put it up and help all of those who could use it. I just put it into a simple project where you drive a tank around. The project could be used for a game too, if you want, e-mail me and I will send you the better graphics, the ones I used are shrunk and 8-bit instead of 24. Anyways, download the code and enjoy, all feedback is welcome.

1_2002 #107234
Plane Game

This is just little game I made to help pass the time at work. PLEASE download this game and give me feedback. It's not finished but I would like to know which direction to go with it, better graphics, better gameplay, or should I just give up.

1_2002 #107235
Choplifter

This is a remake of the classic game Choplifter. If you are just browsing through looking for a game that could help pass the time or one that you want to improve upon, download this one. All the source code is included if you want to make any changes. It does take up about 15 megs once it's uzipped(only 500kb zipped) but its worth every bit of it. Check it out and please give me some feedback.

1_2002 #107236
Choplifter Update

This is an update to my earlier Choplifter. You can now define you keys, choose you difficulty level and skip the annoying beggining. A few bugs on the in-game play were fixed too.(Sorry, still haven't added the helicopter blades) But seriously, this game is a lot of fun. You're helicopter has a regular gun and then it also has bombs. You try to save the people below while dodging tank fire. In all honesty though, it's almost more fun just to kill the people and watch the little grave stones pop up in there place. ENJOY!!!

2_2002-2004 #125035
Plane Game

This is just little game I made to help pass the time at work. PLEASE download this game and give me feedback. It's not finished but I would like to know which direction to go with it, better graphics, better gameplay, or should I just give up.

2_2002-2004 #125080
Choplifter

This is a remake of the classic game Choplifter. If you are just browsing through looking for a game that could help pass the time or one that you want to improve upon, download this one. All the source code is included if you want to make any changes. It does take up about 15 megs once it's uzipped(only 500kb zipped) but its worth every bit of it. Check it out and please give me some feedback.

2_2002-2004 #125110
Choplifter Update

This is an update to my earlier Choplifter. You can now define you keys, choose you difficulty level and skip the annoying beggining. A few bugs on the in-game play were fixed too.(Sorry, still haven't added the helicopter blades) But seriously, this game is a lot of fun. You're helicopter has a regular gun and then it also has bombs. You try to save the people below while dodging tank fire. In all honesty though, it's almost more fun just to kill the people and watch the little grave stones pop up in there place. ENJOY!!!

2_2002-2004 #125158
Movement

This code shows how to move an object along exact angles using trigonometry. I made it after I download a sprite that could face 32 different directions. Instead of doing some complex movement function like I'd done before, I made this technique. Now all I had to do was increment a variable by 11.25 (360/32) I am sure that I am not the first at doing this, it's just that I had never seen it on the internet before so I thought I would put it up and help all of those who could use it. I just put it into a simple project where you drive a tank around. The project could be used for a game too, if you want, e-mail me and I will send you the better graphics, the ones I used are shrunk and 8-bit instead of 24. Anyways, download the code and enjoy, all feedback is welcome.

3_2004-2005 #143579
Plane Game

This is just little game I made to help pass the time at work. PLEASE download this game and give me feedback. It's not finished but I would like to know which direction to go with it, better graphics, better gameplay, or should I just give up.

3_2004-2005 #143624
Choplifter

This is a remake of the classic game Choplifter. If you are just browsing through looking for a game that could help pass the time or one that you want to improve upon, download this one. All the source code is included if you want to make any changes. It does take up about 15 megs once it's uzipped(only 500kb zipped) but its worth every bit of it. Check it out and please give me some feedback.

3_2004-2005 #143654
Choplifter Update

This is an update to my earlier Choplifter. You can now define you keys, choose you difficulty level and skip the annoying beggining. A few bugs on the in-game play were fixed too.(Sorry, still haven't added the helicopter blades) But seriously, this game is a lot of fun. You're helicopter has a regular gun and then it also has bombs. You try to save the people below while dodging tank fire. In all honesty though, it's almost more fun just to kill the people and watch the little grave stones pop up in there place. ENJOY!!!

3_2004-2005 #143702
Movement

This code shows how to move an object along exact angles using trigonometry. I made it after I download a sprite that could face 32 different directions. Instead of doing some complex movement function like I'd done before, I made this technique. Now all I had to do was increment a variable by 11.25 (360/32) I am sure that I am not the first at doing this, it's just that I had never seen it on the internet before so I thought I would put it up and help all of those who could use it. I just put it into a simple project where you drive a tank around. The project could be used for a game too, if you want, e-mail me and I will send you the better graphics, the ones I used are shrunk and 8-bit instead of 24. Anyways, download the code and enjoy, all feedback is welcome.

Languages
Top Categories
Global Discovery