/kivy-1010

1010! game on Kivy

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

kivy-1010

1010 game implemented on python kivy for desktops

Releases

1.0.0
  • First release.
1.1.0
  • Rotation, scaling actions of shapes bug fixed.
1.2.0
  • Free position calculation bug fixed.
  • Code cleaned.
  • Performance fixes.
1.3.0
  • Sound effects added.
  • Session saved on exit.
  • Window width-height fixing disabled.
  • Shapes probability of appearing calculation fixed.
1.4.0
  • Version control added on start popup.
  • Session saved on exit extended.
  • On window resizing, board and shapes take effect.
  • Optimum window size considered.
  • Shapes colours are unique on each session.

Installation

For MacOS

Download and install .dmg 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
git clone https://github.com/RedXBeard/kivy-1010.git

To create a launcher just type the following;

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

On launcher window type;

Kivy1010 in name box,

python /repository/path/main.py in command box,

application icon path is /repository/path/assets/images/cube.png then

click ok.

Application is now reachable from the menu.

For Windows

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