Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bomb Sweeper - N5 to N7
#4
(11-25-2023, 08:14 AM)Marcus Wrote: I found the source code of a minsweeper game on a backup drive. I think it's for n5, but it might be even older than that. It's a short program, so translating it line by line to n7 only took me a couple of minutes. As with the Robowack translation, this code doesn't take advantage of the new stuff in n7. The original n5 source code is included.

The source code is very useful. Here is attached an e-book entitled [ Bombsweeper for Dummy.pdf ]. It was my journey to understand your source code of Bomb Sweeper. I documented a step by step tutorial from scratch when I rewrote the code (and sometimes I looked back at your source code when I forgot some lines ) :

Step 1. Make a skeleton of the program, i.e : Initialization, Main Program, Functions Collection
Step 2. Make a simple grid as a platform for Bomb Field
Step 3. Add bombs randomly inside the Bomb Field
Step 4. Detect a cell with a bomb
Step 5. Calculate number of close bombs for each cell
Step 6. Mark the bomb when you press mouse button
Step 7. May be next time ....  Big Grin

Let's the fun begin !

Thanks a lot, Marcus  Smile


Attached Files
.pdf   Bombsweeper For Dummy.pdf (Size: 767.41 KB / Downloads: 4)
Reply


Messages In This Thread
Bomb Sweeper - N5 to N7 - by Marcus - 11-25-2023, 08:14 AM
RE: Bomb Sweeper - N5 to N7 - by 1micha.elok - 11-30-2023, 12:41 PM
RE: Bomb Sweeper - N5 to N7 - by Marcus - 11-30-2023, 02:32 PM
RE: Bomb Sweeper - N5 to N7 - by 1micha.elok - 12-13-2023, 02:04 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)