Looking for Source Code Ressources

Hello,
I found a ~year ago nice Game Code but can´t remember where it was.
And since I also, don´t remember much of it´s content,… I am looking for:

Open Source Games on Github,Bitbucket,…
At best RPG/strategy as MMO or Browser based.
In Java or an Java like language (C#…)

I don´t want to make 1:1 copies, but for me such things are great to learn new techniques.

The game I’m currently working on is open-source. Go ahead and poke around! https://github.com/chrislo27/ProjectMP

The game I last worked on is also open-source but I’m not really maintaining it anymore. https://github.com/chrislo27/Stray-core

Both games use libGDX.

You might check out princec’s “Revenge of the Titan’s”

Shameless self-promotion: many of the games on Static Void Games are open-source. What you can do with that source depends on the game, so make sure to check with the developers before using anything.

However, the game you’ve mentioned (an MMO) is not trivial, so you really might want to start smaller.

Thanks guys.
Of course I am not taking anything from the Code, it´s more about the Software Design.

I misspelled something. I also would like to see some examples of offline RPG/Strategy Games.
I just said MMO because it´s… well interesting.

You might be interested in the GitHub Game Off that just happened. Bunch of new open-source games were created.

For that matter, many, if not most, game jams end up with a bunch of open-source games, including Ludum Dare, which just happened this past weekend.

You can also find non-jam games on GitHub.

But if we’re being honest, diving into somebody else’s game code is probably not a great way to learn good software design.

Unless of course that person is John Carmack.

Doom 3 Source Code Review: Introduction

It’s not java, so some things don’t apply, but it’s a good read regardless.