Java/SQL

For CSE115, I have developed a Java application that mimics the basic gameplay of games like Bejeweled or Candy Crush.

The game includes featuers such as highscores, online leaderboard rankings and levels.

An applet version of the game is available below. (Note: may not be working)

Alternatively, an archive of the project can be downloaded here.


                string s = "C++ is the best!";
                s.Replace("++","#");
                System.Console.WriteLine(s);