A Pool Game Prototype I've Made

Posted 1 year ago2022-05-21 21:07:38 UTC
I've thrown together a rough prototype in Unity, the texters on the balls didn't come out quite how I would have liked them to but have a look

The game uses WASD to punt the ball, you can use two of the keys together to make a 45 degree shoot but that's as close as you can get to pulling off trick shots right now
Pool TablePool Table
All of the code for taking shoots is in this small C# script
codecode
Still working on Half Life stuff but I thought I would step out of my comfort zone with something like this

UPDATE!
Made a brand new Table made with Blender, with holes! exciting I know.
Wow pocketsWow pockets
But wait there's more!
I also made new C# scripts, here's a look at one of them (all the scripts for the holes are basically the same)
Wow codeWow code
Hell I even made a video for this thing
Video walkthrough

Another Update!
Updated the code to have sprites of the balls that fell into the holes float up. had to update the code for each one of the holes :nuts:

here's just a snippet of it, It's a whole lot of the same thing over and over again, and it's too big to fit into a screencap.
Updated codeUpdated code
In action!In action!

2 Comments

Commented 1 year ago2022-05-23 23:07:31 UTC Comment #104429
nice! next is to try and pocket the balls
Commented 1 year ago2022-05-24 11:52:20 UTC Comment #104431
Working on it

You must log in to post a comment. You can login or register a new account.