GAME - Minefield

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

GAME - Minefield

Post by neuronic »

Hi

I have just finished my newest game: MINEFIELD. (Actually it was finished last summer but I had no time to find any music for it.) It is not a big game, but a simple clone of the well known Minesweeper games, anyways if you have time please download it, and check it out.

Screenshot
Image


Download: www.cyberstorm.hu/downloads/minefield1.0.exe

The installer, Cougar v1.0, was also made in PureBasic, so if you have time please play with this a little to see if it works correctly.

The game has multi-language support so here are the texts in English. If you translate them I will include the new languages. (Don't forget to give the name of the language in your language.)

---------
Start
Options
About
Score
Quit
Mines:
Time:
Best time:
OK
Cancel
Sounds:
Music:
Difficulty:
Field Color:
Language:
On
Off
Easy
Medium
Hard
Blue
Dark blue
Green
Brown
Do you want to quit?
Enter your name:
Minefield v1.0 - The Minesweeper Game
Code and design:
-
Game Music:
-
-
-
-
Stop
Stop current game?
Start game?
ERROR: Cannot Inicialize DirectX Components!
-------

Have a nice game, and thanks in advance
Bye
Neuronic
zikitrake
Addict
Addict
Posts: 875
Joined: Thu Mar 25, 2004 2:15 pm
Location: Spain

Post by zikitrake »

:cry: Don't works here.

App crash when I push in any square
PB 6.21 beta, PureVision User
User avatar
Droopy
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Sep 16, 2004 9:50 pm
Location: France
Contact:

Post by Droopy »

Works for me, Beautifull game and Installer
neuronic
Enthusiast
Enthusiast
Posts: 112
Joined: Sat Apr 26, 2003 11:38 pm
Contact:

Post by neuronic »

Hi
Thanks for the comments Droopy.

@zikitrake
I cannot tell you any reason why it crashes. I tested it on Win 98 and on Win XP pro. But I only have an Nvidia card. The game uses Sprite3D commands to display the BOOM effect but other than that everything is just normal drawing. It requires DirectX, of course.

I will see what I can do.

Bye
Neuronic
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Re: GAME - Minefield

Post by traumatic »

Pretty cool! 8)


Ah yes and I like your nickname, don't know why.. ;)
Good programmers don't comment their code. It was hard to write, should be hard to read.
zikitrake
Addict
Addict
Posts: 875
Joined: Thu Mar 25, 2004 2:15 pm
Location: Spain

Post by zikitrake »

neuronic wrote:Hi
Thanks for the comments Droopy.

@zikitrake
I cannot tell you any reason why it crashes. I tested it on Win 98 and on Win XP pro. But I only have an Nvidia card. The game uses Sprite3D commands to display the BOOM effect but other than that everything is just normal drawing. It requires DirectX, of course.

I will see what I can do.

Bye
Neuronic
SOLVED!... It's crash only when video card is in 16bits colours; with 32bits its run fine.

Really a nice game!!!! (I looooooove this type of games :D)
PB 6.21 beta, PureVision User
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2139
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Post by Andre »

@neuronic: would be cool, to see your game in the Showcase on www.PureArea.net too... :D
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
Post Reply