Recreate the Reversi game in Java, using Swing components. This is Assignment 4 for Further Object-Oriented Programming (CO520) at the University of Kent, year 2020-2021.
Open IntelliJ
Click on 'File>New>Project from Version Control'
Put the URL https://github.com/Andrei-Constantin-Programmer/Reversi.git inside the URL input box
Click on Clone
Open the IntelliJ project explorer
Right-click on the Reversi class
Click Run Reversi.main()
Enjoy!