Skip to content

Releases: NoamFav/Frisia

🎉 Frisian Draught Pre-Release v1.0.0 (macOS Only) 🎉

23 Jan 20:55
Compare
Choose a tag to compare

We're excited to announce the pre-release of Frisian Draught, currently available for macOS users! 🖥️ This version is still in development, and some features are not yet available. However, you can still run the game on other platforms using the Java package.


What's Included in This Pre-Release

  • ✅ Native macOS .dmg installer for easy installation.
  • ✅ Core gameplay mechanics implemented.
  • ✅ Improved UI and initial feature set.

Limitations of This Pre-Release

  • ⚠️ Some features are still under development and may not work as expected.
  • ⚠️ Native Windows (.exe) and Linux (.deb/.rpm) installers are not yet available, but you can still run the game using the Java package (see instructions below).
  • ⚠️ Potential bugs—please report issues via GitHub Issues.

Download & Installation (macOS)

  1. Download the .dmg installer from the assets below.
  2. Open the downloaded .dmg file and drag Frisian Draught to your Applications folder.
  3. Launch the game and enjoy!

Running on Other Platforms (Windows/Linux)

Although native installers are not yet available for Windows and Linux, you can still run the game using Java. Ensure you have JDK 17+ installed and run the following command:

On windows

mvn clean package -Djpackage.type=exe

On linux

mvn clean package -Djpackage.type=deb
mvn clean package -Djpackage.type=rpm

Or plateform independent

mvn javafx:run

Requirements:

  • Install Java 17 or newer (Download JDK).
  • Download the JAR file from the assets below.
  • Run the game using the command above.

Upcoming Features

  • 🚀 Windows and Linux native installers (.exe / .deb)
  • 🚀 Enhanced AI for challenging gameplay
  • 🚀 Multiplayer mode (coming soon!)
  • 🚀 Additional board themes and customization options

Feedback & Reporting Issues

Your feedback is valuable! If you encounter any bugs or have suggestions, please open an issue on our GitHub Issues page.


Known Issues

  • Performance optimizations are ongoing.
  • Multiplayer is solely a proof of concept and isn't meant to be functional
  • UI elements may not scale properly on high-DPI screens.
  • Sound effects are not yet implemented.

Thank you for trying out Frisian Draught! Stay tuned for future updates. 🚀

What's Changed

New Contributors

Full Changelog: https://github.com/NoamFav/frisian-draught/commits/v1.0.0-pre