Skip to content

PROP-FIB desktop application project to play the game of Othello (also known as Reversi)

License

Notifications You must be signed in to change notification settings

learningbizz/Othello-PROP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Othello

PROP-FIB desktop application project

Screenshots

Login

Login

Menu

Menu

Game Creator

GameCreator

Playing Board

PlayingBoard

Credits

Setup

  • Install Java SDK 11: sudo apt-get install default-jdk
  • Install Doxygen: sudo apt-get install doxygen graphviz

Executing

Run make help to get a list of all available commands.

Documentation

There is full-code documentation generated by Doxygen in HTML and PDF formats in the Documentation folder.

Directory structure

.
├── doc
├── lib
│   ├── Linux
│   ├── MacOS
│   └── Windows
├── res
│   ├── assets
│   │   ├── fonts
│   │   ├── images
│   │   └── sounds
│   ├── databases
│   ├── defaults
│   └── fixtures
│       ├── difficulty
│       ├── isValid
│       ├── loadBoard
│       └── placePiece
│           ├── borders
│           ├── corners
│           ├── eating
│           └── extreme
└── src
    ├── cmd
    │   ├── driver
    │   └── unitary
    ├── domain
    ├── repository
    ├── test
    │   ├── driver
    │   └── unitary
    ├── util
    └── view
        └── template

About

PROP-FIB desktop application project to play the game of Othello (also known as Reversi)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published