Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jaredly/babytux
- Owner: jaredly
- Created: 2010-04-27T16:31:35.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T22:22:12.000Z (over 5 years ago)
- Last Synced: 2024-10-04T16:25:07.705Z (about 1 month ago)
- Language: Python
- Homepage: http://jaredforsyth.com/projects/baby-tux
- Size: 442 KB
- Stars: 12
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
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