end of day 5...
Well, we have started to finally move :)You can now buy plots, choose which kind of plant to place, buy plants, and harvest plants :)
There is also now 1 enemy, it was farely easy to implement him, so I dont expect to much trouble with multiple enemies.
Tomorrow I hope to make a level-loader
implement player-enemy interaction
implement nourishing
create new tiles
allow win scenarios
add menus/between level pages.
and if I can, make a few more plants
It seems the frame-rate has now dropped to about 45-60, with and without psyco, would anyone with a slower comp please try this and tell me if it is doable?:
- http://media.pyweek.org/dl/4/TLP-2/TeamQuicksilver0.5.zip
(log in to comment)
Comments
if your interested, select the bag of gold and then a tile, to buy it.
then select the flower button, and place it on the tile.
when the little pop-up button for 'sunflower: 15' comes up, ignore it, it only tells you you only have one kind of flower available, and that it will cost you 15 gold.
when the flower is mature(the little thing on the tile will run green), select the scythe button and then click the plant to harvest it
currently the other button do nothing ;)
Thank you for testing the demo, and leaving a response :)
Traceback (most recent call last): File "GAME.py", line 107, in ? main() File "GAME.py", line 97, in main hud.render(screen, player) File "/home/saluk/Desktop/TeamQuicksilver0.5/modules/hud.py", line 198, in render 0, (255,255,255,255)), pygame.error: SDL_ttf render failed
On linux, I tried renaming the font (now its font not found) and I tried changing the color (error no change). Not sure whats wrong, sorry.
boy, am I glad you found that error, well, not really glad, but you know what I mean :)
I am using the same spelling/case in the code as the name is, and the file is where it should be,
it just doesn't make sense :( ...
Anyone know why this would happen ???
I just have to allow anti-aliasing it looks like...
screen.blit(self.font.render('gold: %s'%player.gold,True, (255,255,255,255)),self.gold_text_pos)
Oh yeah, and add in the other options, I want to infect my enemies plots with grasshopers asap!
simono on 2007/04/06 11:31:
this runs smooth on 2 ghz. You've noticed your game is making fast progress the last couple of days...impressiv. But I couldn't really figure out what to do or how to move the charactors... it's about growing sun-flowers, right?