Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

bububirb

6
Posts
4
Followers
2
Following
A member registered Apr 01, 2021 · View creator page →

Creator of

Recent community posts

(1 edit)

Pretty good game overall, just has a couple of quirks.

The first issue I noticed is that the puck goes wild even when the paddle gently touches it.

Secondly, the angle at which the puck bounces off the paddle is seemingly random which is noticable especially when the paddle is behind the ball.

It's also a bit uncomfortable that the ball spawns immediately after scoring. Try making a delay to make sure the players are ready. Otherwise, nice work!

Sure. Just send the link and I'll give you feedback.

The repository is now ready. You can download the whole project and examine the scripts at GitHub.

Just a RigidBody2D

The interaction between the puck and the paddle was not hard. The paddle was just a kinematic body that uses `move_and_slide()`.

I will make this game open source. You will be able to get the project and check the code at GitHub. My account name is Bubutotti.


I don't have a repository yet but I will make one once I finish refactoring.