Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaredly/babytux

A game based on babysmash, for occupying small children at the computer
https://github.com/jaredly/babytux

Last synced: 22 days ago
JSON representation

A game based on babysmash, for occupying small children at the computer

Awesome Lists containing this project

README

        

Baby TUX
========

This 'game' was created as a baby solution similar to babysmash_ and
alphababy_, with the aim of keeping small children occupied at the computer,
while simultaneously preventing them from doing damage.

One of the main features of this game is that it is *hard to exit*; you must
type 'smash' and then press , all consecutively. The purpose of this is to
prevent babies from accidentally exiting and destroying your computer.

Animations appear when moving the mouse, clicking, or typing.

Dependencies
------------

.. code-block:: bash

pip3 install -r requirements.txt

Baby TUX requires:

* Python (tested on 3.6.8)

* Pyglet_ (a cross-platform OpenGL based windowing and multimedia library for Python)

* Rabbyt_ (a fast 2D sprite engine using OpenGL. Use the Python 3 version by Ryex)

If you are running this on a Debian based Linux disto, you will need to install: python-dev, mesa-common-dev, and libglu1-mesa-dev

Running app
-----------
To run the app, enter: *python game.py*

.. _babysmash: http://www.hanselman.com/babysmash/
.. _alphababy: http://alphababy.sourceforge.net/
.. _Pyglet: http://www.pyglet.org/
.. _Rabbyt: https://github.com/Ryex/Rabbyt