A TetraVex port for macOS
The goal is to port the TetraVex game for the Windows 3.1 OS - famously included in the Microsoft Best of Entertainment Pack - now for macOS using the Cocoa API. To keep the original game graphic style, native draw calls are used to draw the board and buttons, leading to a refreshed style while paying homage to the original game.
1.- Install CocoaPods:
gem
sudo gem install cocoapods
homebrew
brew install cocoapods
- Run pod install in project root directory.
pod install
- Open the
TetraVex.xcworkspace
file.
Please check the CONTRIBUTING file.
This code is licensed by the GNU GPL v3.0.
The code base organization and readme file uses inspiration from the awesome IINA macOS app.