LoneAspen.com – College Projects
If you are attending college and need a project in the real life world, look no further than
loneaspen.com. You can look else where if you want, but we accept projects and will help you
complete them.
I would imagine that most players here that are in a Computer Science couse think, oh - it would be
really cool if... How about becoming part of that if? You'll be famous! (To a few folks)
The easiest projects would be simple web page integration with database for new features. I'd have
to add some game and server code for you, but that's okay.
Site Details:
The website is written in Asp.net C#, using a custom CMS system I wrote.
Game client is in Java
Game server is C# Windows console app
Database is MSSQL Server 2005
The framework is pretty simple, you can use your imagination to think of neat features to add
to the site. Might be a crazy tournament format, or maybe a new game. Doesn't really matter that
much what it is.
About integration... Database wise you'd only have access to stored procedures that I write or insert that
you created. Game server side you would only have access to status messages, such as:
PLGAMEOVER|WinnerName|LooserName
Most website/database stuff would be able to be unit tested without integration, then I can just
drop it in later. If you wrote a new game, lets say two player pong with lag, you'd have to have a
test server (I can set one up for you) to run it on.
All in all, it would be a fun real world project that will actually be used and stay online for
a very long time. Use on resumes later on, and I'll put you in the credits!