Minefield - the simplest game ever!

Show off your games, demos and other (playable) creations.
User avatar
miko
Party member
Posts: 410
Joined: Fri Nov 26, 2010 2:25 pm
Location: PL

Minefield - the simplest game ever!

Post by miko »

Hello,
here is my first officially released game for Love ;) Don't expect too much (note the file size!), it is an example of how to write a simple game (it took me something like 2 hours to write it), so you can treat it as a tutorial/demo more than a game.

The same game I wrote for ZX Spectrum, and it was really one of my first games (yes, ASCII art). But that was eons ago.

Edit:
Changes in version 2:
  • added menu
  • added resolution/fullscreen change
  • added a timer
  • added option to disable checking of diagonal bombs
Attachments
Minefield-2.love
(3.42 KiB) Downloaded 324 times
Minefield.love
(1.98 KiB) Downloaded 309 times
Last edited by miko on Thu Sep 15, 2011 8:59 am, edited 1 time in total.
My lovely code lives at GitHub: http://github.com/miko/Love2d-samples
User avatar
T-Bone
Inner party member
Posts: 1492
Joined: Thu Jun 09, 2011 9:03 am

Re: Minefield - the simplest game ever!

Post by T-Bone »

Gah! It's hard! :neko:
User avatar
miko
Party member
Posts: 410
Joined: Fri Nov 26, 2010 2:25 pm
Location: PL

Re: Minefield - the simplest game ever!

Post by miko »

T-Bone wrote:Gah! It's hard! :neko:
If you had looked at the source code, you could spot small cheat - press "b". Otherwise, keep trying ;)
My lovely code lives at GitHub: http://github.com/miko/Love2d-samples
User avatar
The Doctor
Prole
Posts: 3
Joined: Thu Sep 08, 2011 6:00 pm

Re: Minefield - the simplest game ever!

Post by The Doctor »

Good job! :awesome: Simple, but challenging!
User avatar
T-Bone
Inner party member
Posts: 1492
Joined: Thu Jun 09, 2011 9:03 am

Re: Minefield - the simplest game ever!

Post by T-Bone »

Wait, there's no 'ö' in the title? :o
User avatar
Tesselode
Party member
Posts: 555
Joined: Fri Jul 23, 2010 7:55 pm

Re: Minefield - the simplest game ever!

Post by Tesselode »

It would be good if you could mark where you think mines are.
User avatar
SoggyWaffles
Citizen
Posts: 72
Joined: Sun Jan 02, 2011 3:27 am
Location: Wyoming, USA

Re: Minefield - the simplest game ever!

Post by SoggyWaffles »

maybe not show the mines that are diagonal to your position? but then again thats part of the challenge and fun!

Also! Without cheating!
Image
"Beneath the clouds lives the Earth-Mother from whom is derived the Water of Life, who at her bosom feeds plants, animals and men." ~Larousse
User avatar
Taehl
Dreaming in associative arrays
Posts: 1025
Joined: Mon Jan 11, 2010 5:07 am
Location: CA, USA
Contact:

Re: Minefield - the simplest game ever!

Post by Taehl »

Mines?... Swept.

Image

I didn't cheat, I'm just a Windows user. ^^
Earliest Love2D supporter who can't Love anymore. Let me disable pixel shaders if I don't use them, dammit!
Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
User avatar
miko
Party member
Posts: 410
Joined: Fri Nov 26, 2010 2:25 pm
Location: PL

Re: Minefield - the simplest game ever!

Post by miko »

T-Bone wrote:Wait, there's no 'ö' in the title? :o
Oh no, you uncovered my secret failure! Let's say that it is because of translation error, the original was "Pöle minöwe" ;) Still, could be worse: http://www.adweek.com/adfreak/then-well ... ound-15632
Tesselode wrote:It would be good if you could mark where you think mines are.
That would be mess... Besides, the controls would be much more complicated (using mouse? another keys?)
SoggyWaffles wrote:maybe not show the mines that are diagonal to your position? but then again thats part of the challenge and fun!
That's the point!
SoggyWaffles wrote:Also! Without cheating!
Image
It happened to me too. I blame pseudo-random number generator. I could increase the number of bombs (to minimize the probability of this situation), but then the game would be really hard.
Taehl wrote:Mines?... Swept.

Image

I didn't cheat, I'm just a Windows user. ^^
OMG, I should have added a timer also ;)
My lovely code lives at GitHub: http://github.com/miko/Love2d-samples
stripwax
Prole
Posts: 39
Joined: Sun Jul 31, 2011 1:16 pm

Re: Minefield - the simplest game ever!

Post by stripwax »

It would be better if it was playable on systems with lower screen resolutions! e.g. by rescaling to fit actual maximum screen resolution. This seems to require way more than 1024x600. Wait, didn't the ZX Spectrum have 256x192 resolution :-D
Post Reply

Who is online

Users browsing this forum: No registered users and 46 guests