MBAC

From Openmoko

Revision as of 14:38, 20 January 2009 by Buh (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Personal tools

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