FoonLudum Dare ExplorerLD49 → *Mine* Sweeper

*Mine* Sweeper

By fnr-999

View on ldjam.com

CategoryRankScoreCount
Overall2
Fun2
Innovation2
Theme2
Graphics2
Audio2
Humor2
Mood2

Comments

fnr-999 2021-10-04 22:01

I'm so sorry, I was so close, the UI is broken, but its just formatting, the numbers are correct. Unfortunately, you will have to have python to run it, but all the code is there. The timer doesn't actually do anything, but it does add some pressure.

fnr-999 2021-10-04 22:03

Anddddd, I left debug on by mistake, it's basically useless, but for something that took me like, 5 and a half hours, I am proud I at least uploaded something this year. Thanks for anyone who checks it out, Ill link a better version when I fix a few things.

achef122 2021-10-05 13:09

i have python installed but when i click on iehter of the files nothing happens. Command prompt just quickly opens and closes.

mastoast 2021-10-05 17:52

I was able to game the game, but I had to install pygame, numpy and perlin_noise libs in order to launch it. If you already have python installed, the command is : ```pip install pygame, numpy, perlin_noise```

barrier 2021-10-08 08:33

I see what you were going for. You walk around and you were only supposed to have a little 3x3 grid to tell you where the mines are. With some more work it could be a fun little game. Anyways good job on submiting a game :)