Skip to content

VWApplications/Deadly-Wish

 
 

Repository files navigation

Deadly Wish

Automatic Installation

  • change the permission of install script and run script

    $ chmod 777 install.sh run.sh uninstall.sh bundle.sh
  • Run the script $ ./install.sh then run $ ./run.sh

  • Enjoy

Manual Installation

$ git clone https://github.com/fgagamedev/Deadly-Wish.git

$ sudo apt-get install make cmake libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libsdl2-mixer-dev 

$ cd Deadly-Wish/
$ mkdir build 
$ cd build
$ cmake ..
$ sudo make
$ cd ..
$ deadlywish

Uninstall

$ ./uninstall.sh

Debian Packaging

$ ./bundle
$ sudo dpkg -i deadlywish_1.0_amd64.deb

About

Deadly Wish - Battle Arena Game

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 76.8%
  • Makefile 21.0%
  • CMake 1.6%
  • Shell 0.6%