MBAC

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(New page: ==Introduction== MBAC is a simple porting of Bulls and Cows, game similar to Mastermind. ==Rules== Computer choice a random number with all digits different, and the human player should ...)
 
m
 
Line 1: Line 1:
 +
{{Languages|MBAC}}
 +
 +
{{ApplicationBox|
 +
Name=MBAC|
 +
Description=MBAC is a simple porting of Bulls and Cows, game similar to Mastermind.|
 +
Screenshot=Mbac1.png|
 +
Homepage=http://code.google.com/p/mbac/|
 +
TestedOn=add|
 +
PackageName=add
 +
}}
 +
{|align=left
 +
|__TOC__
 +
|}
 +
 
==Introduction==
 
==Introduction==
 
MBAC is a simple porting of Bulls and Cows, game similar to Mastermind.
 
MBAC is a simple porting of Bulls and Cows, game similar to Mastermind.

Latest revision as of 04:13, 5 December 2009


Mbac1.png MBAC

MBAC is a simple porting of Bulls and Cows, game similar to Mastermind.


Homepage: http://code.google.com/p/mbac/
Package: add
Tested on: add


Contents

[edit] Introduction

MBAC is a simple porting of Bulls and Cows, game similar to Mastermind.

[edit] Rules

Computer choice a random number with all digits different, and the human player should guess it. Every turn, human player insert a number, and computer check:

- the number of digits in exact position >> bulls

- the number of digits guessed but in wrong position >> cows

 Example: secret number 3567
 1 turn: 2510	1B0C (1 bull for digit 5 and 0 cows)
 2 turn: 5430	0B2C (1 cows for digit 5 and 3)
 3 turn: 1503	1B2C (1 bull for digit 5 and 1 cows for digit 3)

[edit] Installation

 opkg install http://mbac.googlecode.com/files/mbac_0.3_all.ipk

[edit] Dependencies

pygtk

[edit] Links

Project Home

Sources

Package on opkg.org

[edit] Screenshot

Mbac1.png

Mbac2.png

Personal tools


Mbac1.png MBAC

MBAC is a simple porting of Bulls and Cows, game similar to Mastermind.


Homepage: http://code.google.com/p/mbac/
Package: add
Tested on: add


Contents

Introduction

MBAC is a simple porting of Bulls and Cows, game similar to Mastermind.

Rules

Computer choice a random number with all digits different, and the human player should guess it. Every turn, human player insert a number, and computer check:

- the number of digits in exact position >> bulls

- the number of digits guessed but in wrong position >> cows

 Example: secret number 3567
 1 turn: 2510	1B0C (1 bull for digit 5 and 0 cows)
 2 turn: 5430	0B2C (1 cows for digit 5 and 3)
 3 turn: 1503	1B2C (1 bull for digit 5 and 1 cows for digit 3)

Installation

 opkg install http://mbac.googlecode.com/files/mbac_0.3_all.ipk

Dependencies

pygtk

Links

Project Home

Sources

Package on opkg.org

Screenshot

Mbac1.png

Mbac2.png