Home

Awesome

kivy-mines

mines game written in python kivy

Releases

<a href="url"><img src="http://s13.postimg.org/4brugnn47/Screen_Shot_2015_03_26_at_15_23_07.png" align="right" height="300" width="400" ></a>

1.0.0

Installation

For MacOS

Download and install <code>.dmg</code> file from MacOSX file

For Linux

Run the following commands;

sudo add-apt-repository ppa:kivy-team/kivy-daily
sudo apt-get update
sudo apt-get install python-kivy
sudo pip install numpy

To create a launcher just type the following;

gnome-desktop-item-edit --create-new ~/.local/share/applications/.

On launcher window type;

<code>KivyMine</code> in name box,

<code>python /repository/path/kivy_mines.py</code> in command box,

application icon path is <code>/repository/path/assets/mine.png</code> then

click <code>ok</code>.

Application is now reachable from the menu.

For Windows

Download and <code>.zip</code> file from windows file then unzip file to program files folder create shortcut of <code>.exe</code> in unzipped folder to the desktop then it is ready to run