sorry,this's a bug,you have block the round of enemies to escapePerson wrote:Nice, one thing I'm concerned about is the ability to block incoming enemies with towers. I simply place a line of them by the entrances and then enemies just sit there.
Search found 5 matches
- Thu Aug 13, 2009 1:57 am
- Forum: Games and Creations
- Topic: Towers Trap Clone[08-26 update,8k gold level 100% complete]
- Replies: 7
- Views: 6500
Re: My first LOVE game - Tower Strap Clone
- Wed Aug 12, 2009 6:54 pm
- Forum: Games and Creations
- Topic: Towers Trap Clone[08-26 update,8k gold level 100% complete]
- Replies: 7
- Views: 6500
Towers Trap Clone[08-26 update,8k gold level 100% complete]
This game, I spent 1 weeks of spare time, few code, also rough, but we can see the power of LOVE2d. Function has been completed: * level up * missile * A* find path Outstanding features: *Accurate calculation of the damage *Weapons systems, earthquakes, surface-to-air, slow down cannons, cannon *Ste...
- Mon Aug 03, 2009 10:48 am
- Forum: Support and Development
- Topic: Porting LOVE2D to Symbian s60
- Replies: 3
- Views: 4509
Re: Porting LOVE2D to Symbian s60
I am not very familiar with iphone development , as for symbian platform, I known use Open C SDK, will be easily porting sdl, lua, stl ... these libraries, package then app, need the phone love.exe install to c: \ bin \ mygame.exe, the logic of the game( *. lua ) install to e:\data\mygame, and then ...
- Mon Aug 03, 2009 5:06 am
- Forum: Support and Development
- Topic: Porting LOVE2D to Symbian s60
- Replies: 3
- Views: 4509
Porting LOVE2D to Symbian s60
Who can porting love2d to the symbian s60 platform?
it would be a very meaningful work.
As the development of mobile phone games will be as interesting same j2me.
Very much looking forward to an expert do it!
it would be a very meaningful work.
As the development of mobile phone games will be as interesting same j2me.
Very much looking forward to an expert do it!
- Tue Jul 21, 2009 3:39 pm
- Forum: Support and Development
- Topic: How draw chinese word?
- Replies: 7
- Views: 4691
How draw chinese word?
I write a test love project. test output Chinese word, How can i do to got the correct . THANKS! function load() font = love.graphics.newFont("simsun.ttc", 14) -- the number denotes the font size love.graphics.setFont(font) end function update(dt) end function draw() love.graphics.draw(&qu...