lithekod / snake-ribs

A simple python code skeletons for making games.
MIT License
0 stars 2 forks source link

Document keyword and default arguments #19

Closed TheZoq2 closed 3 years ago

TheZoq2 commented 3 years ago

I think keyword and default arugments may be new to some people so let's document those. I also took the liberty of adding some color to function definitions in the docs to make things more readable

image

And here is what the new section looks like

image

sornas commented 3 years ago

Explaining named and default arguments is a great idea.

FredTheDino commented 3 years ago

I think I fixed the issues you found in @TheZoq2 s code, let me know if you find anything more