Angle of Descent Engine:
[Latest Downloads are found on this post]
This engine is a room with variable gravity. It's a 2D engine using the Box2d physics wrapper. The idea is that you can't change your direction in mid-air, you can only change direction when you bounce off something (Think of the Battle Room in Ender's Game). Controls consist of turning left and right, which dictates which direction you will bounce in, and increasing or decreasing your bounce power.
Some games will have additional controls, Space Potassium for example, allows the player to shoot in the direction he is pointing.
AI in the games takes over whenever input isn't detected for several seconds. AKA, if you leave your guy alone for a while, the computer will take over. This is implemented so that you don't have to decide if you want to play 1 player or 2 player, the game figures it out for you ^^. It also means that if you are in a 2 player game and your buddy leaves or takes a quick break, you don't have to pause, the computer will play for him automatically without any stop in gameplay.
Games:
Space Potassium
Download:
http://www.mediafire.com/?txey2j0skzj
Goal: To shoot the players of the opposing team, which turns them momentarily into bananas xD. You can pick up powerups (The ?'s), which change your weapon. The game ends when a team has 10,000 points.
Controls:
Player One (Blue):
Turn Right = Right Arrow
Turn Left = Left Arrow
Increase Speed = Up Arrow
Decrease Speed = Down Arrow
Shoot = Space
Random Boost = Keypad '0'
Player Two (Orange):
Turn Right = D
Turn Left = A
Increase Speed = W
Decrease Speed = S
Shoot = Shift
Random Boost = Q
Features: ( '*' = Complete '-' = Upcoming '^' = In Progress )
* Physics Engine
* Controls
* AI
* Win Detection (End of game)
* Powerups
* Sound
* Music
* Menu System
^ More Powerups
Kabash
Download:
http://www.mediafire.com/?iazmgjy3t2o
In Kabash, the goal of the game is to collide with your opponent at a greater speed than him. Points are awarded based on how much faster you are moving. You can pick up a buzz saw which will ensure victory at every collision, but it will disappear after a bit. Bombs will spawn occasionally, they explode and move stuff around.
Controls:
Player One (Red):
Turn Right = Right Arrow
Turn Left = Left Arrow
Increase Speed = Up Arrow
Decrease Speed = Down Arrow
Player Two (Green):
Turn Right = D
Turn Left = A
Increase Speed = W
Decrease Speed = S
Features: ( '*' = Complete '-' = Upcoming )
* Physics Engine
* Controls
* AI
* Sound
^ Powerups
- Menu System
- Win Detection (End of game)
This is a random sentence about squirrels.