Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 858 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 858 Bytes

py-kivy-clicker

Small Clicker game in Python made with Kivy.

Requirements

  • python3
  • kivy
  • terminal

How to install kivy?

First we need python3:

  • Go to python.org
  • Then to the Download page and download the Installer for your device!

Now we can install kivy:

  • open your terminal
  • type in: pip install kivy

Now you can use Kivy with python.

How to start THIS game?

Open your terminal in the downloaded game folder and type in: python main.py

Support