Simple Game Application (NEED TESTERS)

Posts 115 of 15 · Page 1 of 1
Simple Game Application (NEED TESTERS)
I have been working on my finals' project for college and many small side projects.
This is one of those.
As the title says, I need people to test/run the application in order for me to know whether or not it is working properly, for other users.

Virus scan (since mods will probably take forever to approve this.)

There is one false-positive.


MPGH application test_mpgh.net.zip13 KB · 61 downloads 1/55 malicious
What is this application?
Username? Password?

What are they?
Quote Originally Posted by SuchIsLife39 View Post
Username? Password?

What are they?
I included them in a README.txt file in the folder.
MPGH
tester



More features will be added/released soon.
My previous post with a link to the updated version was removed, since direct links are not permitted.
looks great....
in your readme it says that the pacman game is the only one working but the only one that works for me is Hangman :x you should look into that
Update on the application.
Below is the updated version.
Thanks.



Game Application v2_mpgh.net.zip16 KB · 24 downloads Clean
If the Application is Closing by pressing the "X"Button , still the Form 1 is opened , so the process is still opened in the Taskmanager.
You should add a delay between Pong games, or force the user to press a button to continue.
Make your form for Pong a bit larger (Like 860x600) and start a timer, at certain intervals increase the speed of the game until a point is scored then reset the timer and reset the speed.
It seems like the color of your form doesn't change back to the default color (it stays white) after the round is complete. Also, when the user makes a guess, have it not count when they've already guessed that letter (I.e., if h is in the wrong guesses and the user does h again, have it not count)
Your program is still stuck in task manager if you close it using x
When playing a game have it so when you close it it takes you back to the game select screen instead of completely closing the game.
If you maximize in pong it becomes weird and you cannot click the x
Quote Originally Posted by Slymer View Post
If you maximize in pong it becomes weird and you cannot click the x
Yep, it is not meant to be played in a maximized window.
Hmm, this isn't a big deal but in hangman (I've only played around with it for about a minute) you might not want to let the user make guesses that aren't letters. For example I shouldn't be able to guess 3 or a comma for my guess. Maybe just check if the guess is not a letter, and if it's not then do something like MessageBox.Show("You can only guess letters"); or some shit like that
Anyone looking for an update on this, I lost the USB that I had the final version on, so I am unable to post the final code.
I believe I have the USB laying somewhere in my house.
Anyone who learned something from this, and has made their own [updated] version, feel free to PM me and/or post the source code here.
Hope you learn(ed) some of the basics.



Also, if any mods, minions, or staff want(s) to add this as a sticky and modify it to be clearer, feel free to do so.
Posts 115 of 15 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?