/OHC

Client for the OHunter Project

Primary LanguageJava

OHunterClient (OHC)

This project is the client side of the O-Hunter project. It provides frontend for the game and runs on Android devices currently from API 22. It is essential to have access to the O-Hunter server, otherwise this aplication is not able to do much.

It is one of the two main parts of the O-Hunter project. (The other one would be OHunterServer.)

Build

The simplest way is to use Android Studio IDE to import this project.

Additional library necessary to build this project:

Documentation

Several possible ways can be found:

  • Use Android Studio IDE to generate javadoc.
  • Use $ gradle with task of type Javadoc (but you must define it yourself).

Links