Wilber
Dungeon Game
A 2D dungeon exploration game coded in Java. I originally coded it in C++ with SDL as the graphics library but decided to remake it in java so that it would be able to be cross platform. The game now runs on Desktop's, Android, and HTML5. I am using libGDX as the graphics library. In you game you explore the randomly generated dungeons and kill monsters with fireballs. You move around using WASD (W moves forward, S background, A left, D right) and use the mouse to launch fireballs at monsters (Click on a monster) The games graphics are custom made.
You can test the game here
Screenshots:
LCD Info Station
Using a Netduino Plus, 16x2 Character LCD, and a Wii Classic Controller I created a setup that allows me to see the current weather conditions outside and to check what Sodexo is serving for food. The Netduino Plus is connected to the internet via an Ethernet cable allowing it to retrieve the current weather from Google's weather API. The internet is also used for fetching the dining hall food for the current day by checking budining. It is programmed in .NET Micro Framework v4.2. I use sockets to fetch webpages since the .NET Micro Framework implemented in the Netduino Plus is limited and does not many useful HTTP classes. The Wii Classic Controller is used to navgivate through menus seens on the LCD.


