Thursday, March 13, 2014

Winter quarter presentation

Our ppt presentation for SOS winter quarter.
I've set up my development environment, installing httpd, mysql, ruby, rails, and all the dependencies. This was not as easy as it sounds on a CentOS machine. Lee has not finished the Java version of the game, and had some trouble installing ADT (Android Development Tools). He hopes to have the Java version of the game done by the beginning of spring quarter in order to begin porting it to Android. Garrett has written a base website upon which we can build further. It has not been hosted yet, but I plan on setting up an apache server to host it myself from home. Garrett has also been creating graphics for the game, including 52 custom cards, as well as 52 additional "secret" cards that can be unlocked through achievement.

Monday, March 3, 2014

I've decided to make the database for this game using Ruby on Rails and mySQL. I've found many resources for this and will devote this week to learning it. Garrett has been working on the user interface, and created custom card images for the game. He will start work on the website shortly. Lee used Java to create the heart of the game mechanics, and can so far shuffle a deck and deal out 7 cards to x players. He has installed ADT and is learning how to wrap his work in Android-java.