.
Sunday, December 13, 2020
Thursday, December 10, 2020
Unity Tutorial 10
For this weeks unity tutorial i continued on to finish what I had been doing last week, I did lesson 5.4 and challenge 5. Continuing the lesson on was easy enough as there was only one part left and of course I had the tutorial to follow alongside. In this last section of the lesson we learned to add three new buttons which would set the difficulty to either Easy, Medium or Hard. The harder the setting, the quicker the objects would spawn.
Tuesday, December 8, 2020
Games Testing
Game testing is an extremely important part of game developing, and it's best to start testing as early into the process as possible.You should be trying to find all errors or areas needing improvement as soon as you can. However, there are some risks for Game Testing for example:
- If there is no fun factor
- If the Game is not unique, fast-paced or competitive
- If there are broken features or bugs
- The game doesn’t include a player-centric design
The 7 most popular Game Testing techniques are:
- Functionality Testing - This is done to confirm if the end product works
- Combinatorial Testing - Using this method you can test the game quickly in the early stages, this can help you find out if the game has any bugs
- Ad Hoc Testing - Also called "General Testing", this is a much more informal and less structured way of testing. It doesn't follow any process or plan and needs no documentation.There are three different types of Adhoc testing; Pair testing, Buddy testing, and Monkey testing.
- Compatibility Testing - This tests the compatibility of your game on various different devices and platforms
- Clean Room and Tree Testing - This is to test the consistency and reliability of the software
- Regression Testing - This is to recheck if the game is still working correctly and to see if any new bugs have come up with the changes made.
- Performance Testing- This tests the games overall performance in real time scenarios

-
Hi and welcome to my blog, sadly I don't have some amazing extraordinary story to tell of my life but i'll try to seem as interestin...
-
I’ve mentioned in my blog before that I'm not much of a gamer myself, so I think it's going to be pretty hard for me to ...
-
The game idea I have decided to focus on is a driving game, I am choosing this one because I think it's the type of game that anyone ca...