Search found 19 matches

by lecrafteur
Sun Jan 29, 2012 9:02 pm
Forum: Support and Development
Topic: View cmd and a command to turn off the window
Replies: 27
Views: 10262

Re: View cmd and a command to turn off the window

I put this

Code: Select all

function love.conf()
t.console = true 
t.title = "Survivaliste 0.1a"
t.version = "0.0.1" 
end
Its not work, it shows no cmd :(
otherwise thank you
by lecrafteur
Sun Jan 29, 2012 8:43 pm
Forum: Support and Development
Topic: View cmd and a command to turn off the window
Replies: 27
Views: 10262

View cmd and a command to turn off the window

Hello, it's me again, yes I know I'm boring,
I want to ask just two questions:
1.How to display the cmd during games?

2.Existe there a command to close the window?
Thank you in advance
by lecrafteur
Sun Jan 29, 2012 8:40 pm
Forum: Support and Development
Topic: Lose the character of life
Replies: 3
Views: 1475

Re: Lose the character of life

Thank you I found
Otherwise thank you again
by lecrafteur
Sun Jan 29, 2012 8:24 pm
Forum: Support and Development
Topic: Lose the character of life
Replies: 3
Views: 1475

Re: Lose the character of life

Timer?
I'll get it :D
by lecrafteur
Sun Jan 29, 2012 8:00 pm
Forum: Support and Development
Topic: Lose the character of life
Replies: 3
Views: 1475

Lose the character of life

Hello, I want when my monster and my character are in the same coordinate of my character loses life, here is the variable "life" life = 100 And here are the character variable and the monster man = love.graphics.newImage("man.png") x = 50 y = 50 mob = {} mob.img = love.graphics....
by lecrafteur
Sun Jan 29, 2012 6:07 pm
Forum: Support and Development
Topic: Create a IA
Replies: 9
Views: 3440

Re: Create a IA

12 ?
1 ?
2 ?
EDIT:
Merci pour ton aide,le personnage bouge
by lecrafteur
Sun Jan 29, 2012 5:40 pm
Forum: Support and Development
Topic: Create a IA
Replies: 9
Views: 3440

Re: Create a IA

I know not :D
by lecrafteur
Sun Jan 29, 2012 5:25 pm
Forum: Support and Development
Topic: Create a IA
Replies: 9
Views: 3440

Re: Create a IA

Thank you but it is just displayed on the screen and nothing: ( I want the player that goes on here is that its code: function love.load() man = love.graphics.newImage("man.png") x = 50 y = 50 speed = 50 end function love.draw() love.graphics.draw(man, x, y) end Thank you in advance
by lecrafteur
Sun Jan 29, 2012 5:12 pm
Forum: Support and Development
Topic: Create a IA
Replies: 9
Views: 3440

Create a IA

Hello everyone, sorry this translation because normally I'm French. (google translation spotted) Here is my problem, I would like to make an AI that moves the mob to me! I made this code: monstrea = love.graphics.newImage("mob.png") monstrea.x = 22 monstrea.y = 12 But the problem is that i...