Search found 5 matches

by supertails
Sun Jul 18, 2010 9:53 pm
Forum: Support and Development
Topic: text based game
Replies: 22
Views: 11363

Re: text based game

Thank u guys for the help. I got the game working but I'm afraid the game will have a force ending point to it.
There's only so much keys on a keyboard.
by supertails
Sun Jul 18, 2010 6:23 am
Forum: Support and Development
Topic: text based game
Replies: 22
Views: 11363

Re: text based game

I'm doing that on linux.
by supertails
Sun Jul 18, 2010 6:00 am
Forum: Support and Development
Topic: text based game
Replies: 22
Views: 11363

Re: text based game

I inserted the text and made the .love file but when ever I open it, it just shows the love tank.
by supertails
Sun Jul 18, 2010 5:42 am
Forum: Support and Development
Topic: text based game
Replies: 22
Views: 11363

Re: text based game

text = "" function keypressed(key) text = text ..key end function love.draw() love.graphics.drawText(text,400,300) --I KNOW ITS WRONG, JUST AN EXAMPLE. end Do I write it word for word or like this? text = "You're in a castle" function keypressed(1) text = "You're in the thro...
by supertails
Sun Jul 18, 2010 5:11 am
Forum: Support and Development
Topic: text based game
Replies: 22
Views: 11363

text based game

I know love is more designed to make 2d games but can love be used to make text based games?