AXI_Combat

AXI Combat is a networked multiplayer game built on the AXI Visualizer 3D engine.

Building from source

You'll need to run git clone --recursive to include the core source code submodule (https://github.com/AX-I/Combat_Core).

Windows

Download Python >= 3.6

python -m pip install numpy numexpr pillow pyautogui opencv-python pyaudio requests pywin32

Download PyOpenCL from https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyopencl

python -m pip install pyopencl-win_amd64.whl

Mac OSX

Download Python >= 3.6

python -m pip install pyopencl numpy numexpr pillow pyautogui opencv-python pyaudio tkmacosx

Ubuntu Linux

After installing Ubuntu 18.04.1 LTS:

sudo apt update
sudo apt install python3-pip tk8.6-dev python3-tk python3-pil.imagetk
pip3 install numpy numexpr
pip3 install pyopencl xlib opencv-python
sudo apt install libasound-dev portaudio19-dev
pip3 install pyaudio

Drivers might be troublesome

sudo add-apt-repository ppa:intel-opencl/intel-opencl
sudo apt update
sudo apt install intel-opencl-icd

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt install nvidia-opencl-icd-384

GitHub

https://github.com/AX-I/AXI_Combat