![]() |
My first proper game |
Fast forward several years into the future and that one game turned into a collection of over 100 games. Keeping track of that collection starts to get a bit tedious when it's large and distributed throughout different closets and shelves in the apartment. As a result a few years ago I cobbled together a MySQL database with a shoddy html/php frontend.
This database allowed me to query my collection for games that could accommodate a certain player count and/or time limit. It was particularly useful when friends would come over and we'd sit down to figure out what to play.
Now that I've got this blog to look after I figured a fun project would be to open source my work in a more useful way. As a result, I've just publicly released the initial version of my most recent project: GAEmes
GAEmes is essentially a re-creation of that database I made so long ago. In true fashion the front end looks like rubbish, but it's functional.
![]() |
GAEmes database landing page |
![]() |
GAEmes database admin page |
~MJ
*Free, assuming you stay beneath the daily quotas and don't have a billing account set up.
4 comments:
I need dis
Ahhhh… for the love of Bohnanza! You must have some really cool friends!
Nice promo for GAE :)
Also, this is severely lacking data for the current ranking, description, etc from boardgamegeek of your games. It looks like they have a fairly nice API to use...
@David
I've put some basic deployment instructions on the github page. Definitely happy to help out if you're interested :-)
@Jim
Yea, they're alright :-P. Bohnanza is still my all time favorite game!
@Jon
I had looked at the BGG API briefly. It was enough of a project getting it to this point (learning python, GAE, and interacting with the datastore). Perhaps v1.0 will have some type of BGG integration.
Post a Comment