Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 44 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1 +1,44 @@
For now, see doc/INSTALL for this information.
# TuxMath 2.0.4 Installation Guide

**Release Date:** 25 Nov 2011
**Website:** [tux4kids.alioth.debian.org](http://tux4kids.alioth.debian.org)
**Developer Contact:** [email protected]

## Overview
TuxMath, also known as "Tux, of Math Command," is an educational math tutor for children. This guide provides installation instructions for Windows, macOS, and Ubuntu.

## Windows Installation

1. **Download Installer:**
- Download the TuxMath installer for Windows from the [official website](http://tux4kids.alioth.debian.org).

2. **Run Installer:**
- Double-click the downloaded `.exe` file to run the installer.
- Follow the on-screen instructions to complete the installation.

3. **Launch TuxMath:**
- After installation, you can launch TuxMath from the Start Menu or the desktop shortcut.

## macOS Installation

1. **Download Installer:**
- Download the TuxMath installer for macOS from the [official website](http://tux4kids.alioth.debian.org).

2. **Install Application:**
- Open the downloaded `.dmg` file.
- Drag the TuxMath application to the Applications folder.

3. **Launch TuxMath:**
- Open the Applications folder and double-click TuxMath to launch it.

## Ubuntu Installation

### Option 1: Using the Package Manager

1. **Install TuxMath:**
```sh
sudo apt update
sudo apt install tuxmath
```
2. **Launch TuxMath:**
- You can launch TuxMath from the application menu
2 changes: 1 addition & 1 deletion data/images/icons/tuxmath.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions data/missions/options
Original file line number Diff line number Diff line change
Expand Up @@ -525,3 +525,19 @@ per_user_config = 1
############################################################

fps_limit = 60


############################################################
# #
# Resolution #
# #
# Parameter: window_width (integer) #
# Default: 640 #
# Parameter: window_height (integer) #
# Default: 480 #
# #
# Set window resolution for windowed mode. Or the screen #
# resolution in fullscreen mode #
# #
############################################################

42 changes: 41 additions & 1 deletion doc/README
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,59 @@ Nov 25, 2011

For Tuxmath-2.0.4

Table of Contents
------------

Objective
Why Use TuxMath
Installation
Configuration
Running the Program
Program Navigation
Network Game
Play With Friends
Factoroids
Help
More Options
How to Play
Shortcuts
Command Line Options
Credits


Objective ---------

In "Tux, of Math Command," you play the part of Commander Tux, as he
defends his friends from an attack of math equations. Comets are
crashing towards the friendly penguins in their igloos, and you must
destroy the comets by solving their equations.
destroy the comets by solving their equations.

These equations differ from Addition, Subtraction, Multiplication and
Division, and Relative Numbers. These math topics have many different
levels that children can discover as they gain the skillset to tackle
harder levels and faster speeds. The interface is also very child-
friendly, and allows children to easily find what kinds of math
problems they want to test themselves on, in a penguin-themed
environment centered around easy navigation and a fun story that is
simple and straightforward but interesting enough for retention.

As of version 1.7.0, TuxMath also includes a completely new game
activity, "Factoroids", which gives practice in factoring numbers and
simplifying fractions, as well as zapping rocks floating through
space.


Why Use TuxMath
------------

TuxMath is an application that wants to encourage students to want
to learn and treat math like a game to be enjoyed, not a tedious task
that requires too much brainpower. Having students play TuxMath can
make them excited to learn about math outside of school, and develop
quick-thinking skills, hand-eye coordination, and planning abilities
in order to destroy multiple asteroids at once and gain a point boost.


Installation
------------

Expand Down
1 change: 1 addition & 0 deletions po/LINGUAS
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ es
fi
fr
ga
gd
he
hi
hr
Expand Down
Loading