-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
Summer of LabVIEW - Reversi by Summer of LabVIEW - Toolkit for LabVIEW Download
Reversi game for the Summer of LabVIEW
Version | 1.1.0.17 |
Released | Jul 18, 2024 |
Publisher | Summer of LabVIEW |
License | Unlicense |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage Discussion |
Description
This installs two Project Templates to get started with Reversi easily. There is a NonOOP template and an OOP template.
Also included is a Project Updater available in Tools -> Summer of LabVIEW menu for updating projects that have already been started with fixes and new players available with new package versions.
Reversi, also commonly known by its trademark name Othello, is a strategic board game for two players. The game is played on an 8x8 grid board, and each player has discs that are black on one side and white on the other. Players take turns placing their colored discs on the board with their assigned color facing up. The objective of the game is to have the majority of discs turned to display your color when the last playable empty square is filled.
In this version you can play as a human or create your own AI player.
You have the choice whether you want to create a submission using Object-Oriented Programming (OOP) or not. Use the appropriate instructions for your choice or choices. Feel free to make one or more of either or both of the options. There may be trade-offs for either approach. The instructions are available in the included README.md
Release Notes
1.1.0.17
- Add project update tooling for existing projects. Access via Tools -> Summer of LabVIEW -> Update Reversi Project...
- Fixes handling of incorrect move choices and ends game
- Fixes UI interactions when playing as a "Human" player interactively
- Updates board graphics with option to show possible moves