File: README

package info (click to toggle)
lletters 0.1.7-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,976 kB
  • ctags: 37
  • sloc: sh: 4,797; ansic: 432; makefile: 106
file content (53 lines) | stat: -rw-r--r-- 1,860 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Linux Letters and Numbers
=========================

By Kirk Ismay, <captain@netidea.com>

This is based on my daughters (formerly) favorite game, Larry's
Learning Letters and Numbers. This is a Linux replacement, written from
scratch, with many improvements.  It was built using the GTK (Gimp 
ToolKit) for X.  It presently works with 1.0.x and 1.1.x, but images 
load faster with the newer library.

This latest release features keyboard input and responds to all mouse buttons.

For more information about the GTK check out:
 http://www.gtk.org
For information about the GDK_Imlib:
 http://www.labs.redhat.org/imlib/
 
The original game was written for Windows, and can be found at:
 http://www.lawrencegoetz.com

It is intended for children 2 and up, and is a fun learning game.  It 
helps younger chilren learn their letters and numbers, while older 
children will improve their spelling, and vocabulary skills.  It also 
helps them develop important keyboard and mouse skills too.

Features
======== 

* Extensible - add new images yourself without having to make changes 
  to the program.

* Dynamic - each letter or number can be represented by numerous pictures,
  each being displayed randomly.  

* Flexible - you can even have more than one picture for a given word,
  by using a simple versioning scheme (ie Apple.1.xpm, Apple.2.xpm) 

* Interesting - because you can change the game, its different 
  every time!

Adding Pictures
===============

1. Scale your picture to make it fit (if needed). It should be no more than
   450x350 pixels for best results.  The Gimp is excellent for this ;-)

2. Copy it to the lletters/images subdirectory 
   (/usr/share/lletters/images/ by default).  Give it the name of the 
   word (ie Balloon.xpm), as this will be used by the program to display 
   the word as a caption.

3. Start the game and enjoy.