janmejay / bakery
- Source
- Commits
- Network (0)
- Issues (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
bakery /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | Wed Jun 25 22:23:22 -0700 2008 | |
| |
README | ||
| |
Rakefile | ||
| |
bakery | ||
| |
bakery.sh | Sun Dec 13 16:02:29 -0800 2009 | |
| |
bakery.tmproj | Thu Dec 25 07:13:04 -0800 2008 | |
| |
data/ | ||
| |
lib/ | Thu Aug 13 12:38:00 -0700 2009 | |
| |
media/ | Tue Feb 03 02:28:27 -0800 2009 | |
| |
src/ | Tue Aug 11 19:40:01 -0700 2009 | |
| |
test/ | Wed Feb 04 03:33:54 -0800 2009 |
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).

