public
Description: A game on the lines of commercial game called CakeMania. The idea is to make an exciting free game which runs on GNU/linux and mac as well.
Homepage: http://codehunk.wordpress.com/
Clone URL: git://github.com/janmejay/bakery.git
Janmejay Singh (author)
Thu Aug 13 12:34:54 -0700 2009
janmejay (committer)
Thu Aug 13 12:38:00 -0700 2009
commit  31ca3e96a0d77873f0e5bd4c458bb7cfaaf397b4
tree    d975d51cdceb3b245509afd9196360443ed1e032
parent  a89706cbf38ebc44fbb584050199ef01580ff47a
bakery /
name age message
file .gitignore Tue Jan 27 21:13:46 -0800 2009 Fixed the spelling of achieved... in success me... [janmejay]
file LICENSE Wed Jun 25 22:23:22 -0700 2008 Added license [janmejay]
file README Thu Feb 05 00:40:53 -0800 2009 Re-did the text a bit [janmejay]
file Rakefile Wed Feb 04 02:54:56 -0800 2009 Added a rake task to reset all tmp data(player/... [janmejay]
file bakery Thu Dec 25 07:13:04 -0800 2008 made the display thread truly indipendent of ev... [janmejay]
file bakery.tmproj Thu Dec 25 07:13:04 -0800 2008 made the display thread truly indipendent of ev... [janmejay]
directory data/ Wed Feb 04 23:35:36 -0800 2009 Got level re-try working [janmejay]
directory lib/ Thu Aug 13 12:38:00 -0700 2009 upgraded to gosu 0.7.14 for mac [Janmejay Singh]
directory media/ Tue Feb 03 02:28:27 -0800 2009 Added cookie oven baking sound [janmejay]
directory src/ Tue Aug 11 19:40:01 -0700 2009 removed window close/show code(since it is not ... [janmejay]
directory test/ Wed Feb 04 03:33:54 -0800 2009 Added a check to stop only running walk animati... [janmejay]
README
Bakery is a 2D single player game.

What does it need to run??? : Mac. It runs on linux, but the fonts don't look good, and the reason for that is 
Gosu(http://code.google.com/p/gosu/) which doesn't have very good font support in linux. Im yet to figure out a solution 
for the bad fonts problem.

Status: It is not release ready yet, but functionally is almost done for the first release. I have to add some 
background music and stuff.... and fix things up for linux. 

Is is ready for TEST-drive??? : Yes, but the difficulty of levels is very minimal, I have kept it this way because its 
easier to do test. Before releasing, i will do some difficulty tuning and try to bring it to sane levels(to make the 
game exciting).

How to try: 
    1. Clone the codebase.... | $ git clone git://github.com/janmejay/bakery.git
    2. Start the game....     | $ cd bakery
                              | $ ./bakery

Ideas for the next release:
      1. Support purchasing of Raw Material.
      2. Support multiple Bakers.
      3. Support Inventory upgrade.
      4. Support map of establishments... game should go to one after another(Map can have Community Center, Shopping 
      Mall, Multiplex with one establishment each... etc).