GdUnit4 TicTacToe tutorial video #156
Replies: 6 comments 2 replies
-
hi @ACG8 Thank you, this is a very good beginner video and shows very well how to create and run tests with GdUnit. I know it is a lot of work, and the bugs at the time of recording are annoying. If it is possible for you it would be nice to update the video based on version 4.1.0. Thanks Update: You can test your TicTacToe scene also by using the provided scenerunner (integreation testing) |
Beta Was this translation helpful? Give feedback.
-
Yes, I would be more than happy to have my tutorials linked in the documentation, thanks! I'm not sure about re-recording tictactoe (annoying as the bugs are), though I might add some annotations to the video so that people know the bugs are fixed, but I was also thinking of recreating other simple games (snake, tetris, etc.) to show how gdunit4 can be used, and to introduce new concepts (such as scene_runner) in each one. |
Beta Was this translation helpful? Give feedback.
-
Hi nice, before I link this tutorial, it would be good to update part 1 and replace the two places that refer to the bugs. I would be very grateful. |
Beta Was this translation helpful? Give feedback.
-
All right, I have edited part 1 to remove references to the bugs. Here is the new link (youtube doesn't allow you to replace videos, so I had to delete the old version and upload a brand new video): |
Beta Was this translation helpful? Give feedback.
-
Thanks for updating the part1 |
Beta Was this translation helpful? Give feedback.
-
Update! Your tutorial is now officially linked in the Documentation. Thank you for your support. |
Beta Was this translation helpful? Give feedback.
-
Just posted my first gdUnit4 tutorial video (link to part 1 of a 3-part series using TicTacToe as an example):
https://www.youtube.com/watch?v=JHMTCXECS-8&t=0s
Unfortunately, at the time that I recorded it, there were a couple of issues (in particular, the indentation issue from #150 and the lack of a gdUnit4 documentation link from #153) that have since been fixed (I put a note in the video description). But hopefully, it should still be a good concrete example. I might post some more video tutorials later too.
Beta Was this translation helpful? Give feedback.
All reactions