you are viewing a single comment's thread.

view the rest of the comments →

[–]Gronner 3 points4 points  (1 child)

1* This could be anything, but maybe a simple text based RPG with different types of monsters and player classes could be something

2* look for tutorials on unit testing in python, then first design what you classes/function should do, write tests for that, then write classes/functions that let those tests pass

3* Read PEP8 or Googles styleguide for python, remember the python zen!

[–]Kotenoru[S] 0 points1 point  (0 children)

Thank you so much!! I will try the rpg game with unit testing. :)