vocball

Play vocabulary football in class


Keywords
education, game, python
License
GPL-3.0+
Install
pip install vocball==1.1.0

Documentation

Vocabulary Football (VocBall)

Introduction

VocBall is a simple application to play vocabulary football in class.

You can find detailed information including game instructions in the online documentation.

VocBall is hosted on GitLab.

License

This program is released under the GNU General Public License (GPL) version 3.

See the file COPYING for more information.

Installation

Meson installation

To install VocBall simply run the script install.sh in this directory.

pip installation

To download and install Vocabulary Football use the following shell command (make sure the pip command is the right one for your platform and Python version):

pip install vocball

Running uninstalled

If you don't want to install VocBall, simply execute run.py in this directory.

Runtime Dependencies

VocBall strongly depends on Gtk+3 and Python 3:

  • Gtk+3 (>= 3.16)
  • Python 3 (>= 3.3)
  • PyGObject (>= 3.16)
  • Pycairo (>= 1.10)

Special thanks to