how to make board or 2D graphics games in VB.net ?

5 years ago, I created this games for my college project. Today I will share your full code and documentation of my project and I will also share some reference links where I learn this.

1) Dots & Boxes



How to Play?

  • Players take turns joining two horizontally or vertically adjacent dots by a line. 
  • A player that completes the fourth side of a square (a box) that box is his/her own and must play again. 
  • When all boxes have been filled, the game ends and the player who has filled more boxes wins.

Read more about this game on Wiki and get full code from GitHub

2) Ultimate Treasure Hunt



How to Play?

  • This is maze base game.
  • First, find the key to unlock the treasure.
  • Get total 21 treasures (1 treasure in each stage), to won the game.
  • Stay away from the creatures or kill them, Otherwise, they can hurt you.
  • Get treasure In given time and life.
  • The time decrease second by second.
  • If your time or life is ended, you lose the game.

You can learn 2D Graphics game basics from Youtube, and get full code from GitHub.

3) Shooter




How to Play?

  • Shoot only Wanted persons.
  • Shoot the person before another image is open.
  • Don’t Shoot Civilians and Blank Window.

Get the full code from GitHub.

Download Full Documentation from here and download Game Setup from here.




it ( try , code , like , comment , share)

Comments