9

So... umm...
Just remembered my Informatics teacher left me and my friend a side project to do by the end of summer:
The task is to replicate the game "Minesweeper" in a C# form.
Now, I never actually even understood that game when I played it, how the hell can I program that? ;-;
Well okay, yeah, I might have to actually start looking into it... but freak, it's almost the end of summer already, and I'm still on vacation... my fault I guess. ;—;

Comments
  • 2
    i can give u my java implementation if u want
  • 3
    Object oriented. Actually sounds like a pretty fun little project.
  • 1
    @BindView weeeellllllll it's java, tho ^^"
  • 0
    @lewdogg Yeah, if it wasn't for the deadline, haha
  • 2
    Its pretty easy to play and make.

    Rules are easy. When you open a field there is either a mine or a number between 0-8. ( zero is just empty field ). This number states the number of mines around it.

    Then flag the fields where you are sure there is a mine. Continue till you flagged all and only mines.
  • 3
    I learned the game in about 5 minutes. Don't be so intimidated, if they could do it in Windows 3(?) Before Jesus was born with C, you can do it today in C# over lunch.
  • 0
    Good guy @BindView
Add Comment