Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.17 KB

README.rst

File metadata and controls

40 lines (25 loc) · 1.17 KB

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 <escape>, 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

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