Skip to content

Lisergishnu/TetraVex

Repository files navigation

TetraVex

A TetraVex port for macOS

🙌 Introduction

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.

⚙️ Build

1.- Install CocoaPods:

gem

sudo gem install cocoapods

homebrew

brew install cocoapods
  1. Run pod install in project root directory.
pod install
  1. Open the TetraVex.xcworkspace file.

💭 Contribute

Please check the CONTRIBUTING file.

📔 License

This code is licensed by the GNU GPL v3.0.

🎉 Acknowledgments

The code base organization and readme file uses inspiration from the awesome IINA macOS app.