Pool simulation with Go and Fyne
Programming Snapshot – Go Pool Simulation
To improve his skill at the pool table, Mike Schilli sets out to program a simulation in Go using the Fyne framework.
If you just aim by the seat of your pants at the pool table in the pub, the results will vary between brilliant and downright embarrassing. That's why I decided to finally learn the angle at which you have to hit a ball so that it heads off in the right direction, straight for the pocket. To do this, I studied Poolology [1], which explains the strategy in detail. I don't have a pool table at home to practice on, so I wondered: How difficult would it be to write a graphical simulation of the pool balls in Go? That way I could try out the technology onscreen before challenging the biggest pool hustlers in the wickedest pool halls of San Francisco.
In the simplest of cases, pool players shoot the cue ball straight into the ball to be played, and the cue ball hits the colored ball right in the middle (you hope). The colored ball absorbs the energy of the cue ball and moves in the same direction, while the cue ball remains stationary – unless you used a trick such as spin. Things become more complicated if you hit a colored ball at an angle. In that case, it will shoot off to the side while the cue ball keeps moving along a deflected path. The angles here depend on the amount of overlap with which the colored ball was hit. In more concrete terms: If a pool player does not aim at the center of a ball but exactly at its edge (called a half-ball), the colored ball drifts away at an angle of about 30 degrees.
[...]
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

News
-
There's a New Linux AI Assistant in Town
Newelle is a Linux AI assistant that can work with different LLMs and includes document parsing and profiles.
-
Linux Kernel 6.16 Released with Minor Fixes
The latest Linux kernel doesn't really include any big-ticket features, just a lot of lines of code.
-
EU Sovereign Tech Fund Gains Traction
OpenForum Europe recently released a report regarding a sovereign tech fund with backing from several significant entities.
-
FreeBSD Promises a Full Desktop Installer
FreeBSD has lacked an option to include a full desktop environment during installation.
-
Linux Hits an Important Milestone
If you pay attention to the news in the Linux-sphere, you've probably heard that the open source operating system recently crashed through a ceiling no one thought possible.
-
Plasma Bigscreen Returns
A developer discovered that the Plasma Bigscreen feature had been sitting untouched, so he decided to do something about it.
-
CachyOS Now Lets Users Choose Their Shell
Imagine getting the opportunity to select which shell you want during the installation of your favorite Linux distribution. That's now a thing.
-
Wayland 1.24 Released with Fixes and New Features
Wayland continues to move forward, while X11 slowly vanishes into the shadows, and the latest release includes plenty of improvements.
-
Bugs Found in sudo
Two critical flaws allow users to gain access to root privileges.
-
Fedora Continues 32-Bit Support
In a move that should come as a relief to some portions of the Linux community, Fedora will continue supporting 32-bit architecture.