How to Install Hextris on macOS
Hextris is an addictive puzzle game which combines Tetris with hexagonal shapes. If you'd like to install and play Hextris on your macOS computer, follow these steps:
Prerequisites
Installation
- Open Terminal on your Mac.
- Install the
yarnpackage manager by running the following command:
brew install yarn
- Clone the Hextris repository to your Mac by running the following command:
git clone https://github.com/Hextris/hextris.git
- Navigate to the cloned Hextris directory using the following command:
cd hextris
- Install Hextris dependencies by running the following command:
yarn install
- Launch the Hextris game by running the following command:
yarn start
- Open your web browser and go to http://localhost:8080 to play Hextris.
Conclusion
You have successfully installed Hextris on your macOS computer. Enjoy playing this addictive puzzle game!