MasterMind/2

Versione: 
2.0
Data rilascio: 
Mercoledì, 6 Gennaio, 1999

Licenza:

Interfaccia:

Authors/Port authors:

Mastermind per OS/2Warp!

Supporta più lingue: Inglese, Tedesco, Francese, Olandese, Spagnolo e Italiano.

Questo software è distribuito come pacchetto compresso, da scaricare e installare manualmente; se ci sono prerequisiti da soddisfare, andranno anch'essi scaricati e installati manualmente.

Installazione manuale

Il programma è distribuito come pacchetto ZIP: scaricare in una cartella temporanea e scompattare nella cartella di destinazione. Vedi sotto per il(i) link di download.

Qui di seguito trovi i link di download per l'installazione manuale del software:

MasterMind/2 v. 2.0 (16/9/2026, Martin Iturbide) Readme/What's new
# Mastermind/2 — Open Watcom Port A classic code-breaking strategy game for OS/2, originally written by Rene Auberger. This is the Open Watcom 2.0.1 port for ArcaOS, producing a single `mmind.exe` with no companion DLLs. ## Requirements **Runtime:** - ArcaOS or OS/2 Warp 4 - `mmind.hlp` — help file (place in the same directory as `mmind.exe`) **Build:** - Open Watcom 2.0.1 (set `WATCOM` environment variable, or install to `C:\watcom`) - OS/2 Toolkit 4.5 (set `OS2TK` environment variable, or install to `C:\os2tk45`) ## Building On ArcaOS, open a command prompt in the project root and run: ``` compile-wat.cmd ``` The script auto-detects Open Watcom and builds `bin\mmind.exe`. To clean: ``` compile-wat.cmd clean ``` ### Resource files Before building, the following bitmap and pointer files must be present in the `images\` subdirectory under `src\`: **Bitmaps** (already included in the distribution): `rot.bmp`, `blau.bmp`, `gelb.bmp`, `gruen.bmp`, `rosa.bmp`, `tuerkies.bmp`, `dunkelrot.bmp`, `dunkelgruen.bmp`, `orange.bmp`, `lila.bmp`, `schwarz.bmp`, `weiss.bmp`, `whitepin.bmp`, `blackpin.bmp`, `logo.bmp` **Pointers** (already included): `dunkelrot.ptr`, `dunkelgruen.ptr`, `orange.ptr`, `lila.ptr`, `schwarz.ptr`, `weiss.ptr` **Pointers** (must be extracted from the original `global.dll` on OS/2): `blau.ptr`, `gelb.ptr`, `gruen.ptr`, `rosa.ptr`, `tuerkies.ptr`, `rot.ptr` Use the OS/2 `ICONEDIT` or a resource extractor to export these pointer resources from the original `global.dll` and save them in the `images\` directory. ## Playing Mastermind/2 is the classic Mastermind board game: - The computer picks a secret combination of four colored pins. - You have 10 tries to guess the combination by dragging pins into the guess row. - After each guess, black and white result pins indicate how close you are: - **Black pin**: right color, right position. - **White pin**: right color, wrong position. - Try to crack the code in as few tries as possible! ### Controls | Action | Keyboard | Menu | |-------------------------|----------------|-------------------------| | Start new game | Ctrl+N | Game → Start new game | | Pause / Unpause | Ctrl+P, Pause | Game → Pause game | | Cancel game | Ctrl+Q, Esc | Game → Cancel game | | Exit | Ctrl+X | Game → Exit | | Toggle frame controls | Ctrl+F | Options → Frame Controls| ## Languages Seven languages are built in and selectable from the Options → Language submenu: | Language | Menu label | |-----------------|---------------| | English | English | | German | Deutsch | | French | Francais | | Italian | Italiano | | Saxon | Saechsisch | | Spanish | Espanol | | Dutch | Nederlands | The selected language is saved to `mmind.ini` and restored on the next launch. All menus, dialogs, and in-game messages update immediately when a new language is selected. ## Highscores The top 10 scores are saved to `mmind.scr` in the working directory. Each entry records the player name, number of tries, and elapsed time. The highscore table is displayed after each winning game and is also accessible from Game → Highscore. ## Files ``` bin\mmind.exe — the game (single executable, no DLLs needed) mmind.hlp — help file (place alongside the EXE) mmind.scr — highscore file (created automatically on first win) mmind.ini — settings file (created automatically) ``` ## License Eclipse Public License. Original source: Rene Auberger, 1999. Open Watcom port: OS2World, 2026.
 hobbes.os-2.in/download/os2/games-6/strategy-2/MasterMind2_2-0.zip
MasterMind/2 v. 1.4 (Release 2, 2/4/2001, René Auberger) Readme/What's new
******************************* Mastermind/2 Readme version 1.4b April 2001 ******************************* ******************************** *This is a special zip-file for* *the archive of hobbes: * * It includes already the * * English language module! * * See homepage for more info. * ******************************** Contents: 0. Requirements 1.1 Update from previous version 1.2 Installation 2. License 3. Known Bugs 4. Homepage ******************************* 0. Requirements ******************************* This version of Mastermind/2 needs OS/2 Warp 3, Warp 4 or higher to run. Since I have no machine running OS/2 2.x there is no support for this platform at the moment. The latest version for OS/2 2.x is Mastermind/2 v1.3 which is available from http://www.geocites.com/r.auberger/v14/mmind132.zip There are no special hardware requirements. Each system that runs OS/2 should be enough for Mastermind/2. This is because Mastermind/2 uses very little memory and the program itself is small, too. ******************************* 1.1 Update from previous version ******************************* a) If you already have version 1.3 or earlier of Mastermind/2 you should delete it's folder. This is necessary because it forces the install-program to create all the MasterMind/2 icons again. The various MasterMind/2 icons need to be recreated due to the renaming of the file that the users guide icon points to, as well as allowing correction for the language differences between the icon names in the MasterMind/2 versions. b) Unzip the downloaded files into the existing directory and let unzip overwrite everything it wants to. c) Run the install-program. If you have questions about the install-program please take a look at "1.2 Installation" below. d) It's safe to delete mmind.hlp from your previous version, because it has been renamed. ******************************* 1.2 Installation ******************************* a) Download the base and at least one language package. You may download more than one language package if you like. (Note: the base package from hobbes has the English language package already included). b) Unzip all archives in an empty directory. There is nothing special you must take care of, just unzip. The directory will be the final directory where Mastermind/2 will stay after installation. c) Run the command-file install.cmd. Select one of the shown languages. This program will create a Mastermind/2 folder icon on your desktop. You are advised to move it into the folder "Programs / Games". The installation program will not automatically move the Mastermind/2 folder into the Programs\Games area due to the language differences in the various OS/2 releases. After that the user's guide is launched. Note: One or more Mastermind/2 language versions can be installed at the same time. The language you choose during installation is only relevent to the users guide icon and does not influence the game itself! During the game you can switch between all installed languages. To install another language just download the language package and unzip it into the same directory as Mastermind/2. ******************************* 2. License ******************************* This program is postcardware. That means: if you like it and play it you are required to send a picture postcard to the author. This will inform me of how many people use it and if it is worth to do some future versions - which may contain sounds, real-time 3D animations, support of force-feedback joysticks etc :-) And it will show me if there are some OS/2ers out there who play games :-) Perhaps it will also drive me to develop some more programs (for OS/2 of course). You may distribute this program freely and are not allowed to charge for it (except the costs you have for distribution). You are welcome to put it on CD-ROM collections etc after contacting the author. To get your free license write to (include your e-mail address if you want to be notified of future versions): Ren‚ Auberger Breitensteiner Str. 11 D-71032 B”blingen Germany If you want to use e-mail instead (not for registering please, I like picture postcards from all over the world): r.auberger@gmx.net, subject: Mastermind/2. ******************************* 3. Known Bugs ******************************* At the moment there are NO serious bugs known! But if you are interested you may get the source code and look after the following bugs: * A user reported that you will make it into the highscores if you need the same number of tries as the last one but more time. I did not have the time to validate that for myself until now (this means that I did not have the time to fix it, too). * In some rare cases, dropping a colored pin will result in a pin being displayed that is not entirely drawn. But this seems to be a bug in "animated mouse pointers" which I am using. Just force the affected pin to be redrawn (e.g by moving something over the window or moving the window out of the screen or pausing & unpausing the game or or or...). * On some systems the text in the pin-selection-dialog occurs on a wrong position (within the pins instead on top of the dialog). This has been reported with using Japanese language and a Matrox graphics card. Bugreports (and correction of my english - I am not a native speaker) are welcome. Please write to r.auberger@gmx.net, subject: Mastermind/2. ******************************* 4. Homepage of Mastermind/2 ******************************* http://www.geocities.com/r.auberger/ ------------------------------------------------------ History of Mastermind/2 ~~~~~~~~~~~~~~~~~~~~~~~ 02. Apr 2001: Version 1.4b is released. If the language DLL contains a value for fontsize it will be used. When no fontsize is specified the default 8 is used. This feature was introduced for a better display of the new japanese language DLL. So if you do not use the japanese DLL you will not need the new version.
 www.os2site.com/sw/games/strategy/mmind14b.zip
MasterMind/2 v. 1.4 (Release 1, 17/4/1999, René Auberger) Readme/What's new
******************************* Mastermind/2 Readme version 1.4a April 1999 ******************************* ******************************** *This is a special zip-file for* *the archive of hobbes: * * It includes already the * * English language module! * * See homepage for more info. * ******************************** Contents: 0. Requirements 1.1 Update from previous version 1.2 Installation 2. License 3. Known Bugs 4. Homepage ******************************* 0. Requirements ******************************* This version of Mastermind/2 needs OS/2 Warp 3, Warp 4 or higher to run. Since I have no machine running OS/2 2.x there is no support for this platform at the moment. The latest version for OS/2 2.x is Mastermind/2 v1.3 which is available from http://www.geocites.com/SiliconValley/Port/4718/v14/mmind132.zip There are no special hardware requirements. Each system that runs OS/2 should be enough for Mastermind/2. This is because Mastermind/2 uses very little memory and the program itself is small, too. ******************************* 1.1 Update from previous version ******************************* a) If you already have a previous version of Mastermind/2 you should delete it's folder. This is necessary because it forces the install-program to create all the MasterMind/2 icons again. The various MasterMind/2 icons need to be recreated due to the renaming of the file that the users guide icon points to, as well as allowing correction for the language differences between the icon names in the MasterMind/2 versions. b) Unzip the downloaded files into the existing directory and let unzip overwrite everything it wants to. c) Run the install-program. If you have questions about the install-program please take a look at "1.2 Installation" below. d) It's safe to delete mmind.hlp from your previous version, because it has been renamed. ******************************* 1.2 Installation ******************************* a) Download the base and at least one language package. You may download more than one language package if you like. (Note: the base package from hobbes has the English language package already included). b) Unzip all archives in an empty directory. There is nothing special you must take care of, just unzip. The directory will be the final directory where Mastermind/2 will stay after installation. c) Run the command-file install.cmd. Select one of the shown languages. This program will create a Mastermind/2 folder icon on your desktop. You are advised to move it into the folder "Programs / Games". The installation program will not automatically move the Mastermind/2 folder into the Programs\Games area due to the language differences in the various OS/2 releases. After that the user's guide is launched. Note: One or more Mastermind/2 language versions can be installed at the same time. The language you choose during installation is only relevent to the users guide icon and does not influence the game itself! During the game you can switch between all installed languages. To install another language just download the language package and unzip it into the same directory as Mastermind/2. ******************************* 2. License ******************************* This program is postcardware. That means: if you like it and play it you are required to send a picture postcard to the author. This will inform me of how many people use it and if it is worth to do some future versions - which may contain sounds, real-time 3D animations, support of force-feedback joysticks etc :-) And it will show me if there are some OS/2ers out there who play games :-) Perhaps it will also drive me to develop some more programs (for OS/2 of course). You may distribute this program freely and are not allowed to charge for it (except the costs you have for distribution). You are welcome to put it on CD-ROM collections etc after contacting the author. To get your free license write to (include your e-mail address if you want to be notified of future versions): Ren‚ Auberger Breitensteiner Str. 11 D-71032 B”blingen Germany If you want to use e-mail instead (not for registering please, I like picture postcards from all over the world): r.auberger@gmx.net, subject: Mastermind/2. ******************************* 3. Known Bugs ******************************* At the moment there are NO serious bugs known! In some rare cases, dropping a colored pin will result in a pin being displayed that is not entirely drawn. But this seems to be a bug in "animated mouse pointers" which I am using. Just force the affected pin to be redrawn (e.g by moving something over the window or moving the window out of the screen or pausing & unpausing the game or or or...). Bugreports (and correction of my english - I am not a native speaker) are welcome. Please write to r.auberger@gmx.net, subject: Mastermind/2. ******************************* 4. Homepage of Mastermind/2 ******************************* http://www.geocities.com/SiliconValley/Port/4718/ (note that there are capital letters!) ------------------------------------------------------ History of Mastermind/2 ~~~~~~~~~~~~~~~~~~~~~~~ 17. Apr 1999: Version 1.4a is released. This version contains a fix that is needed by some people. If v1.4 works for you do not need to download v1.4a. Now the program uses the complete path to load its dlls (v1.4 lets the system find the dlls by only using the filename of the dlls). Primary download site for this version is the Mastermind/2 homepage at http://www.geocities.com/SiliconValley/Port/4718/ 28. Mar 1999: Version 1.4 is released. Primary download site for this version is the Mastermind/2 homepage at http://www.geocities.com/SiliconValley/Port/4718/ I changed the following: * window is no longer sizable * you may move your guessed colors by dragging and dropping them within the field "drop your colors here" * if you play with single colors only you are no longer able to drop a color multiple times (the other pin of that color is removed if you drop it again) * added support for multiple languages: you can choose between all installed languages and do not need to restart the program! * included six new pins: choose your own set of colors * highscore is now displayed in a container * updated the help with all the new functions * reduced the colors in all bitmaps to a minimum without any visible change: size of Mastermind/2 went down to less than 2/3 and with a little additional help of some compiler options to half :)
 www.os2site.com/sw/games/strategy/mmind14a.zip
Scheda aggiornata l'ultima volta il: 18/09/2026 - 06:58

Aggiungi un commento