Page 1 of 1

simple name input

Posted: Thu Jul 26, 2018 10:14 am
by Ekamu
I wanted to start on a text adventure game so I thought I would start with something very simple like name input.

The string you input gets split into two and each word is then trimmed down to remove white space and the first letter is capitalized so for example 'hello world' will become 'Hello' and 'World'.

Enter in both of your names, first name and last name to test it out.

Re: simple name input

Posted: Sat Jul 28, 2018 8:50 pm
by NobodysSon
I just get a blank window when I run either of the .love files.

Re: simple name input

Posted: Mon Aug 06, 2018 3:01 am
by Darlex
Cool!