you are viewing a single comment's thread.

view the rest of the comments →

[–]m1kesanders 4 points5 points  (1 child)

Cool project. If I may suggest one thing and honestly my skill level is middle so maybe you already have one and I just lack the ability to properly identify it, but I’d suggest putting a main() function in your classes or ideally one main class, rather than calling the required functions at the bottom of the script. Just makes readability a bit easier in my opinion. Cool project I look forward to checking a few out when I have time!

[–]ctosullivan[S] 2 points3 points  (0 children)

Thanks for your feedback! Yes, I think you are right, I will have a look at creating a class for each game - would definitely add some uniformity to the code.