Thanks a lot!
I don't thinl I'll be able to upgrade nothing on this laptop. It is very old...
Search found 4 matches
- Sun Oct 09, 2016 11:19 pm
- Forum: General
- Topic: Exe not working - "Unable to create OpenGL window"
- Replies: 2
- Views: 3137
- Sun Oct 09, 2016 10:12 pm
- Forum: General
- Topic: Exe not working - "Unable to create OpenGL window"
- Replies: 2
- Views: 3137
Exe not working - "Unable to create OpenGL window"
Hi! I'm slowly learning to make simple games in Löve2d. My operating system is Ubuntu Linux; I have followed the instructions given here . I donloaded the 32bit Windows zip file, and made an exe with the command cat love.exe mygame.love > mygame.exe When I try to see how it works on a laptop with Wi...
- Sun Oct 02, 2016 2:22 am
- Forum: Support and Development
- Topic: Help with textinput and numbers
- Replies: 4
- Views: 2869
Re: Help with textinput and numbers
Thanks a lot for the help!
Regards
Ernesto
How do I do that?raidho36 wrote:Text input needs to be converted to number for that.
Regards
Ernesto
- Sun Oct 02, 2016 12:24 am
- Forum: Support and Development
- Topic: Help with textinput and numbers
- Replies: 4
- Views: 2869
Help with textinput and numbers
Hi I'm new to LÖVE and to programming, so I have a lot of newbie questions. My first question is about textinput. I want to get a number from user and make some comparisons with it (greater, etc). But it does not work as expected. Maybe I have to convert the string into int before making the compari...