[GAME] MINEFIELD 2.0

Developed or developing a new product in PureBasic? Tell the world about it.
neuronic
User
User
Posts: 98
Joined: Sat Apr 26, 2003 11:38 pm
Contact:

[GAME] MINEFIELD 2.0

Post by neuronic »

Hi,

I have found and dusted the source code of one of my old games: Minefield. It is a simple Minewseeper clone. There are some new feature compared to the previous version. Now you can change the size of the 'box' or 'field'. You can also change the number or columns and rows and the number of mines.

It is also multilanguage. English (UK and US) and Hungarian are supported for now, but feel free to translate it into your own laguage. (The language file is a regular zip archive.)

I also managed to compile the game for Linux. I only tested it under Ubuntu and the linux version is only available as a 64 bit execuatble. (at least for now)
This version is available as a .tar.gz archive.

If you are interested, you can download it on my website: http://www.nightloversgamestudio.net Just click on the big image and it will take you to the page of the game. It is available for download as an installer as well as a zip archive.

Here is a screenshot of the game:
(Technically the whole screen is one CanvasGadget().)

Image


The installer creates a directory called "manual" where you can find the manuals in pdf formats.

Please let me know if you run into any trouble running or playing my new game.

Have fun with it.

neuronic

UPDATE

I have uploaded a new fixed version of Minefield onto my website. (v2.0.0.1) I have updated all three versions: the installer, the zip and the linux version.
If you are interested, please download it again.

I have also uploaded a fixed version of my other game Christmas Memories.

Thanks for the bugreports

Have fun.

neuronic
Last edited by neuronic on Wed Mar 08, 2017 5:35 pm, edited 1 time in total.
fryquez
Enthusiast
Enthusiast
Posts: 362
Joined: Mon Dec 21, 2015 8:12 pm

Re: [GAME] MINEFIELD 2.0

Post by fryquez »

Looks nice, but I have trouble to start the game.
There is no such menu in the left top as in your screen shot.

BTW: chrome doesn't like the download
infratec
Always Here
Always Here
Posts: 6817
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: [GAME] MINEFIELD 2.0

Post by infratec »

Just download the windows zip file:

I agree with fryquez, no menue available.
I can not start the game.

Bernd
infratec
Always Here
Always Here
Posts: 6817
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: [GAME] MINEFIELD 2.0

Post by infratec »

Without test :cry:

de_DE.language

Code: Select all

[LANGUAGE FILE]
tLangFileNAME = Deutsch (DE)
tLangFileVERSION = 1.0
tLangFileDATE = 20170306
tLangFileAUTHOR = infratec
tLangFileID = de
tLangFileSOFTWARE = Minefield

[MAIN]
tMainSTART = START
tMainSTOP = STOP
tMainSETTINGS = EINSTELLUNGEN
tMainABOUT = ÜBER
tMainTOPTEN = TOP TEN
tMainMINES = MINEN:
tMainTIME = ZEIT:
tMainBESTTIME = BESTZEIT:

[SETTINGS]
tSettingsDIFFICULTY = SCHWIERIGKEIT:
tSettingsLANGUAGE = SPRACHE:
tSettingsEASY = LEICHT
tSettingsMEDIUM = MITTEL
tSettingsHARD = SCHWER
tSettingsCUSTOM = SPEZIAL
tSettingsBOXSIZE = BOX GRÖSSE:
tSettingsCOLUMNS = SPALTEN:
tSettingsROWS = REIHEN:
tSettingsMINES = MINEN:
tSettingsSOUND = SOUND:
tSettingsSOUNDON = EIN
tSettingsSOUNDOFF = AUS
tSettingsCENTERWINDOW = FENSTER ZENTRIERT:
tSettingsCENTERWINDOWON = EIN
tSettingsCENTERWINDOWOFF = AUS

[REQUESTER]
tRequesterOK = OK
tRequesterCANCEL = ABBRUCH

[ABOUT]
tAboutCODEANDDESIGN = CODE UND DESIGN:
tABoutCONTRIBUTORS = MITARBEITER:
tAboutEXPLOSIONART = EXPLOSION ART:
tAboutEXPLOSIONSOUND = EXPLOSION SOUND:

[WELLDONE]
tWellDoneFOUNDALL = SIE HABEN ALLE MINEN GEFUNDEN...
tWellDoneWELLDONE = GUT GEMACHT!

[ENTERNAME]
tEnterNameNEWTOPTEN = NEUE TOP TEN ZEIT...
tEnterNameCONGRATS = GLÜCKWUNSCH!
tEnterNameYOURTIME = IHRE ZEIT:
tEnterNameENTERNAME = NAME EINGEBEN:

[GAMEOVER]
tGameOverSTEPPEDONMINE = SIE SIND AUF EINE MINE GETRETEN...
tGameOverGAMEOVER = GAME OVER

[ERROR]
tErrorERROR = Fehler
tErrorASSET = Spielumgebung kann nicht bereitgestellt werden!
tErrorWINDOW = Spielfenster kann nicht geöffnet werden!
Maybe it is sometimes to long, but I can not test it up to now.

Bernd
neuronic
User
User
Posts: 98
Joined: Sat Apr 26, 2003 11:38 pm
Contact:

Re: [GAME] MINEFIELD 2.0

Post by neuronic »

Thanks for testing my game.

I think I managed to locate the problem. The game should load/use the en_GB language file if the language of the user is not available. Unfortunatelly it didn't work properly. I upoladed a new file to my website. But for now only the windows ZIP package is update to version 2.0.0.1. It also contains the german language file created by Infratec. Thank you very much for this.

You can also start the game with the command line parameter: /LOG. It saves a log file into the user directory.

Could you please test again to see if it works?

Thank you

neuronic
infratec
Always Here
Always Here
Posts: 6817
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: [GAME] MINEFIELD 2.0

Post by infratec »

Hi,

works now!
And the german translation fits to all places.

Maybe there should be an option to restore the default settings.

Bernd
User avatar
falsam
Enthusiast
Enthusiast
Posts: 630
Joined: Wed Sep 21, 2011 9:11 am
Location: France
Contact:

Re: [GAME] MINEFIELD 2.0

Post by falsam »

Thanks for this release.

➽ Windows 11 64-bit - PB 6.0 x64 - AMD Ryzen 7 - NVIDIA GeForce GTX 1650 Ti

Sorry for my bad english and the Dunning–Kruger effect.
neuronic
User
User
Posts: 98
Joined: Sat Apr 26, 2003 11:38 pm
Contact:

Re: [GAME] MINEFIELD 2.0

Post by neuronic »

Glad you like it falsam.

Fixed version uploaded. See first post.

neuronic
User avatar
falsam
Enthusiast
Enthusiast
Posts: 630
Joined: Wed Sep 21, 2011 9:11 am
Location: France
Contact:

Re: [GAME] MINEFIELD 2.0

Post by falsam »

Thanks neuronic. Added to the Google+ PureBasic francophone community.

➽ Windows 11 64-bit - PB 6.0 x64 - AMD Ryzen 7 - NVIDIA GeForce GTX 1650 Ti

Sorry for my bad english and the Dunning–Kruger effect.
Post Reply