Give me your Java and Python code

Started by
2 comments, last by plainoldcj 9 years, 1 month ago
Hey,

at the moment I'm heavily procrastinating, so I thought it's a good
time to refresh my language knowledge smile.png

Therefore, I'm asking if one of guys has a small game (around 10k loc maybe)
written in Java or Python that I can tinker around with.
Ideally, the game has only a few library dependencies. Also, the code should
be "java-ish" or "python-ish" (as opposed to translated from, say, C), so I get
to learn common idioms and standard libraries.
Open source games are fine, too.

So, any suggestions? smile.png
Advertisement
A useful resource for requests like these is the Github search bar. Type in "language:java game" or "language:python game" and browse a bit smile.png

“If I understand the standard right it is legal and safe to do this but the resulting value could be anything.”

For Python, many people's Python games are listed on pygame.org. They usually have links to the source.
Hey guys,

great links, thanks! I find pygame.org especially useful, because it shows screenshot
of the games.

This topic is closed to new replies.

Advertisement