How to Make a Battle Ship Game in Windows Form and C#

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

ความคิดเห็น • 11

  • @mooict
    @mooict  3 ปีที่แล้ว

    Download this project github.com/mooict/Battleship-game-in-windows-form

  • @rayt6867
    @rayt6867 ปีที่แล้ว +1

    Hello, excellent tutorial, learned quite a bit, I don't know how to do it, but I think it would be more fun that instead of selecting the enemy position from dropdown, could we just click a button in the enemy array?

  • @christianbauer3417
    @christianbauer3417 3 ปีที่แล้ว +1

    Great Tutorial! Thanks a lot for your work :-)

  • @Anna-td4cq
    @Anna-td4cq 2 ปีที่แล้ว +1

    thanks!

    • @mooict
      @mooict  2 ปีที่แล้ว

      Glad it helped ☺️

  • @Aronnn-x2r
    @Aronnn-x2r 8 หลายเดือนก่อน

    i added extra buttons w5 ,x5 ... each side a 5th but the fire and miss icon ar net perfectly in the middle how do i fix this?

  • @krazylokos
    @krazylokos 3 ปีที่แล้ว

    When I go to attack an enemy position displayed in output it shows as a miss? I followed your video and triple checked the code and it matches yours? Not sure why it's not attacking the enemy position? Help please!

  • @OLDbespreDEL
    @OLDbespreDEL 4 ปีที่แล้ว

    Try to write a platformer with animations, with menus, with saves and loading.

    • @mooict
      @mooict  4 ปีที่แล้ว

      I've done two platformer games on this channel ones a standard platform game and another one is a side scrolling platform game. See they help with your project.

  • @kachaicheung9073
    @kachaicheung9073 2 ปีที่แล้ว

    How to correct into two player game whithout ai

    • @mooict
      @mooict  2 ปีที่แล้ว

      Hi, If you want to make it a two player game instead of playing against the CPU. You can make the player two options similar to player one. Add a drop down menu for player 2 and also add the two events one for player two to pick the locations they want on the board and the second one to attack the enemy position from the drop down menu.