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.
Search found 5 matches
- Sun Jul 18, 2010 9:53 pm
- Forum: Support and Development
- Topic: text based game
- Replies: 22
- Views: 12154
- Sun Jul 18, 2010 6:23 am
- Forum: Support and Development
- Topic: text based game
- Replies: 22
- Views: 12154
Re: text based game
I'm doing that on linux.
- Sun Jul 18, 2010 6:00 am
- Forum: Support and Development
- Topic: text based game
- Replies: 22
- Views: 12154
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.
- Sun Jul 18, 2010 5:42 am
- Forum: Support and Development
- Topic: text based game
- Replies: 22
- Views: 12154
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...
- Sun Jul 18, 2010 5:11 am
- Forum: Support and Development
- Topic: text based game
- Replies: 22
- Views: 12154
text based game
I know love is more designed to make 2d games but can love be used to make text based games?