Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

PokeChat released! Version 1.0.0 is out and ready!

Latest
Compare
Choose a tag to compare
@PAXANDDOS PAXANDDOS released this 14 Feb 18:55
· 1 commit to main since this release

Lots of fixes. Application is polished.
Functionality description will be added soon into README.

How to use?

  1. Install GTK3 - for the graphical user interface. You can download it here or use Homebrew - brew install gtk+3 and it will be downloaded with all it's dependencies. It's necessary for you to install this framework.
  2. You can use portable version by downloading it below and skip next two steps.
  3. Compile this app: fonts - make font.
  4. Compile this app: PokeChat - make.
  5. Start the server: ./uchat_server [port], port 10000 or higher is recommended.
  6. Launch: ./uchat [ip] [port], use IP 127.0.0.1 or 0.0.0.0 with servers port for local connection or use servers actual IP address to connect through LAN.
Now you can use the PokeChat!