A tennis game simulator to run from the terminal, where users only watch the outcome of each point. The idea is vaguely inspired by the vintage football game Elifoot.
The name and ranking of players are scraped from WTA and ATP websites. We filter the top 16 to be selectable to play.
Nodal point is the "Sweetspot" of a tennis racket, also known as Node (source).
There is no production build or anything like that. It's just set for a local development environment. So, you need to have Node installed.
Then, run:
git clone git@github.com:olrafa/nodal-point.git
cd nodal-point
npm install
Start a match with npm start
. The process will finish when the match is over.