My College Game Project:
-This is game project I designed and implemented in College;
-The drawings of the maps were done by a friend;
- The background and monkey were "stolen" from the net;
Description:
- You adjust angle and velocity of your cannon;
- You shoot a ball that bounces around;
- The ball must land in the monkey's whole;
- If you miss, you have 2 other tries. And you start from where it landed;
- There are 5 levels, ranging from eassy to difficult;
Details:
- Collision detection is done with my own algorithm: 12 point collision detection;
+ It checks for color differences in the maps on 12 points around the ball.
- Physics are implemeted (except there is no rolling up-hill)
+ Ball composition can be easily altered (rubber, metal, etc)
Wanted to do:
- Add levels in desert and in winter (ran out of time);
-This is game project I designed and implemented in College;
-The drawings of the maps were done by a friend;
- The background and monkey were "stolen" from the net;
Description:
- You adjust angle and velocity of your cannon;
- You shoot a ball that bounces around;
- The ball must land in the monkey's whole;
- If you miss, you have 2 other tries. And you start from where it landed;
- There are 5 levels, ranging from eassy to difficult;
Details:
- Collision detection is done with my own algorithm: 12 point collision detection;
+ It checks for color differences in the maps on 12 points around the ball.
- Physics are implemeted (except there is no rolling up-hill)
+ Ball composition can be easily altered (rubber, metal, etc)
Wanted to do:
- Add levels in desert and in winter (ran out of time);
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home