Okay, the last project went and failed, too complicated and I had mind on other things, but now I turned out with something simple that can be played and is not too strange.
It’s a one-on-one flipper game where the goal is to get the ball into the opponent’s base. I have not implemented a score system yet, but I was thinking of adding a score system, maybe.
Currently, the game has got bumpers, punchers on the sides, rotating pipes in the middle and depletable blockers on the lower and upper corners (so that the first shot there doesn’t take away a life). The core of the game is implemented.
Also, later I intend to create some new boards with somewhat different gameplay, than is in this “basic board”.
Paddles: Player 1 - Z / C
Player 2 - LeftArrow / RightArrow
Some known issues: the movement of the ball is at times rather slow, also the ball might get stuck inside one of the bumpers.
Also, if anybody got any suggestions about the gameplay, I’d be happy to take them.
:yes:
EDIT: Alright, fixed.