Search found 10 matches
- Sun May 17, 2015 5:55 pm
- Forum: Support and Development
- Topic: [Solved]Can't get my images working.
- Replies: 5
- Views: 2300
Re: Can't get my images working.
Thank you, guys, this is pretty much it! I'll keep with my studies
- Sun May 17, 2015 5:43 pm
- Forum: Support and Development
- Topic: [Solved]Can't get my images working.
- Replies: 5
- Views: 2300
Re: Can't get my images working.
Thank you, BOT-Brad, that does solve my black-image issue!
But, then, my word become white to, you know any way of changing their colour to black without changing image's behaviour?
But, then, my word become white to, you know any way of changing their colour to black without changing image's behaviour?
- Sun May 17, 2015 5:12 pm
- Forum: Support and Development
- Topic: [Solved]Can't get my images working.
- Replies: 5
- Views: 2300
[Solved]Can't get my images working.
Hi there, Lovers! I've been making my first steps in game developing and, specially, in Löve2D. I have downloaded the offline documentation and I've been looking on the Wiki for some tutorials. Really beginning here, just with my doing some Callback's tests. In the tutorial, I've seen how to load an...
- Thu Apr 30, 2015 8:45 am
- Forum: General
- Topic: Can I work with databases?
- Replies: 17
- Views: 6187
Re: Can I work with databases?
Well, guys, thank you all, I'll keep in mind all your advices and I already saved all those links you shared with me. Great community, in less than a day I have, not only a solution, but a lot of them.
Again, thank you, guys!
Again, thank you, guys!
- Wed Apr 29, 2015 7:46 pm
- Forum: General
- Topic: Can I work with databases?
- Replies: 17
- Views: 6187
Re: Can I work with databases?
Remember that Luasocket is included in LÖVE, there's no need to search for it and download it Thank you, I didn't notice it! If one plans to store large amounts of data that must be fetched quickly a database is essential. What makes databases (even on client) so useful is that only a part of the f...
- Wed Apr 29, 2015 7:38 pm
- Forum: General
- Topic: Can I work with databases?
- Replies: 17
- Views: 6187
Re: Can I work with databases?
Thanks again, bobbyjones, I'll check this 'luasocket' library. I hope it's no too tricky xD
And I should think on encrypting those files on the client... would be great if someone plays it, but don't need cheaters!
And I should think on encrypting those files on the client... would be great if someone plays it, but don't need cheaters!
- Wed Apr 29, 2015 7:00 pm
- Forum: General
- Topic: Can I work with databases?
- Replies: 17
- Views: 6187
Re: Can I work with databases?
First of all, thanks for answering, T-Bone. It's a simple 2D platforms game, I wouldn't really need a database, but I'm making it on a course's project, so I SHOULD use a database. I guess I'll store some high scores or something like that. In some other project, you'd recommend me to store the data...
- Wed Apr 29, 2015 2:37 pm
- Forum: General
- Topic: Can I work with databases?
- Replies: 17
- Views: 6187
Re: Can I work with databases?
Hi bobbyjones,
I could use an online server, I hadn't thought about it. But I don't want to lose data for those player who may play offline...
Thank you, any way
I could use an online server, I hadn't thought about it. But I don't want to lose data for those player who may play offline...
Thank you, any way
- Wed Apr 29, 2015 11:46 am
- Forum: General
- Topic: Can I work with databases?
- Replies: 17
- Views: 6187
Re: Can I work with databases?
A lua library, you say? I'm taking a look to that, thanks, Skeiks!
- Wed Apr 29, 2015 8:01 am
- Forum: General
- Topic: Can I work with databases?
- Replies: 17
- Views: 6187
Can I work with databases?
Hi, I just registered minutes ago. I've been looking for a game engine o framework to develop my own videogame for a project on the college. After asking advices and reading comparisons, I've decided to choose Löve2D, but there's still one thing I must know before start working on this. Can I use a ...