VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



VB Same Game

by Liam Goodacre (1 Submission)
Category: Games
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

This is way old, I might remake it sometime, if I have the time.
Currently I'm programming games in Visual C# with XNA, and building applications in VB.Net.

This is my version of the old 'Windows Same Game'.
The object of the game is to get the most points and clear the game area. The game area is a 10x10 grid, there are 100 Squares all with a Letter printed onto them and a coloured background. To get points the user must click twice on a group of two or more of the same letter/colour to make them disappear. If you clear the whole area you get an extra 500 points. The number of points you can get for a group is proportional to the number of squares in the group. The number of points is the number of Squares to the power of 2. It is better to try and build up a big group as you will get more points than you would if you got lots of little groups. I also added a feature which lets the user change how many letters there are, they range from 2 to 6.
Although I selected 'Advanced' I believe that it is an opinion rather than a fact, therefore I would welcome any comments on why this is or is not Advanced.
Thank you for reading, I hope you enjoy the game and please vote.
Liam.
If anyone wants to know how I made this, I will be willing to explain, email me [email protected].

API Declarations
Declare Function ExtFloodFill Lib "GDI32" (ByVal hDC As Long, ByVal X As Long, ByVal Y As Long, ByVal colorCode As Long, ByVal fillType As Long) As Long

Rate VB Same Game

Download VB Same Game

Download VB Same Game (14 KB)

VB Same Game Comments

No comments have been posted about VB Same Game. Why not be the first to post a comment about VB Same Game.

Post your comment

Subject:
Message:
0/1000 characters