NumberX
From Openmoko
m (Forget application's description in ApplicationBox) |
m |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Languages|NumberX}} |
| + | |||
| + | <onlyinclude> | ||
| + | {{ApplicationBox| | ||
| + | Name=[[NumberX]]| | ||
| + | Description= A mathematical puzzle game that will challenge your mental math abilities! | | ||
| + | Screenshot=NumberX.png | | ||
| + | Homepage=http://code.google.com/p/numberx/| | ||
| + | TestedOn=SHR | | ||
| + | PackageName=numberx | ||
| + | }} | ||
| + | </onlyinclude> | ||
| + | {|align=left | ||
| + | |__TOC__ | ||
| + | |} | ||
[[Image:NumberX.png|thumb]] | [[Image:NumberX.png|thumb]] | ||
| + | {{application|NumberX}} | ||
== Overview == | == Overview == | ||
| Line 17: | Line 32: | ||
For example: | For example: | ||
<pre> | <pre> | ||
| − | opkg install http://numberx.googlecode.com/files/numberx_1.0. | + | opkg install http://numberx.googlecode.com/files/numberx_1.0.1-r0_all.ipk |
| + | </pre> | ||
| + | NumberX is in SHR-unstable feeds already, so to install it, simply type: | ||
| + | <pre> | ||
| + | opkg install numberx | ||
</pre> | </pre> | ||
| Line 27: | Line 46: | ||
[[User:Valos|Valéry Febvre]] | [[User:Valos|Valéry Febvre]] | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
[[Category:Games Applications]] | [[Category:Games Applications]] | ||
Latest revision as of 02:37, 2 December 2010
| Languages: |
English • العربية • Български • Česky • Dansk • Deutsch • Esperanto • Eesti • Español • فارسی • Suomi • Français • עברית • Magyar • Italiano • 한국어 • Nederlands • Norsk (bokmål) • Polski • Português • Română • Русский • Svenska • Slovenčina • Українська • 中文(中国大陆) • 中文(台灣) • Euskara • Català |
| NumberX
A mathematical puzzle game that will challenge your mental math abilities!
|
|
NumberX is one of the applications that runs on the Openmoko Phones. For a list of all applications, visit Applications
[edit] Overview
NumberX is a mathematical puzzle game that will challenge your mental math abilities!
Four random numbers, between 1 and 9, you are given and you must put them all together using the basic arithmetic operators in such a way as to arrive at a given target random number.
Every puzzle has a solution. The difficulty of the puzzles varies, some are easy and others are much more difficult!
It's written in Python / Elementary.
The Project is hosted on Google code.
[edit] Download and installation
You can install NumberX directly from Web with opkg. All packages are available here. For example:
opkg install http://numberx.googlecode.com/files/numberx_1.0.1-r0_all.ipk
NumberX is in SHR-unstable feeds already, so to install it, simply type:
opkg install numberx
[edit] Dependences
- python-math
- python-elementary
