Log In  


by Mot
Cart #mot_pool-23 | 2020-10-08 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
198

This is Mot's 8-Ball Pool, a little pool simulation inspired by 3D pool on the C64 and Amiga.
Shoot a round of pool against a friend, or one of the 7 different AI characters.

UI

The UI at the bottom of the screen shows how each player is progressing.
The player's name flashes when it is their turn.
The color they must sink is displayed next to their name, and the balls already sunk are displayed above.
A white ball indicates they have a free ball.

When player fouls, the reason for the foul is displayed in a scrolling message along the bottom of the screen.

Rules

I'll assume you know the basic rules of 8-ball pool, so I'll just describe how the rules have been implemented.
The game uses a simplified set of rules:

  • The game ends when the black ball is sunk.
  • If you sink it (legally) after sinking all your colored balls, you win. Otherwise you forfeit and your opponent wins.
  • The first ball sunk becomes that player's color.
  • A legal shot involves hitting a ball of your color first, and not sinking the wrong color, white ball or black ball (except when you're supposed to).
  • A free ball is awarded to the other player after a "foul". A free ball means you get a free second shot even if you don't sink a ball - as long as your shot was legal.

Hope you enjoy it.
If you're curious, you can see the development progress in this Twitter thread.

198


1

Awesome! Won my first game :-)


1

Absolute blast mate. Great game.


1

Really fun, the graphics are 3-d, yet clear, the physics are spot on, and the AI is genuinely challenging.


1

Amazing work and very enjoyable! <3


1

A most excellent rendition of pool, Pico-8 or not (but the fact it is in Pico-8 warms my heart). What I noticed most:

  • the decision to show what color ball each player is aiming for (including black) is smart.
  • really like the way the camera is implemented - when pulled all the way out, it smoothly transitions to an overhead view.
  • the AI feels really good, neither random nor obnoxiously accurate.
  • lerping on the menu selector is always a nice touch

All in all, I really enjoyed playing it.


4

@PicoLate thanks.

The top down view was kind of an accident. Originally it was 2D and I was posting progress gifs on twitter. When I put the first 3D code in I wanted to make a gif of it jumping from 2D to 3D smoothly.
But the "2D" view seemed too useful to drop, so it became the overhead view.


3

I prefer this over normal pool because I suck at holding the stick


1

I followed the developement of this game over twitter
It is a great game
Feels great to sink your last ball!


Really good game.Gives me the satisfaction of being good a pool, in a reality where I can actually play it well.


Very fun to play. Also very true to life. I'm bad at pool IRL too.


good game y like the pool


Woah


2
    noot noot!      __
              \ o==(o '.
                    '.-.\
                    /|  \\
                     _\_):,_

(translation of pengu language:That is a very nice game!It's amazing how you managed to make a 8 bits game be so natural and with a realistic physics like this!Thank you for this nice gameplay!)


the cpu does trap



[Please log in to post a comment]