Search found 184 matches
- Thu Dec 21, 2017 7:27 pm
- Forum: Games and Creations
- Topic: Space Invaders: 1K Challenge
- Replies: 7
- Views: 9270
Re: Space Invaders: 1K Challenge
Very clever approach to handling the graphics. I had no idea that those glyphs were included in the default love2d font. :) Well done, easy82! Thanks Ivan! :) I like these mini challenges, I had fun making it. Well the glyphs are ordinary characters like 'R', but they are drawn twice: a normal, and...
- Thu Dec 21, 2017 2:44 pm
- Forum: Games and Creations
- Topic: Space Invaders: 1K Challenge
- Replies: 7
- Views: 9270
Re: Space Invaders: 1K Challenge
Here goes mine! 1. Code length is 1K (1024 chars) 2. No external assets used 3. Restart when invaders win or fail 4. Players cannot break the game Extras: - Increasing difficulty (homage to the original) - Different invader types in retro colors - Pixelated graphics (~ scale to window) - Invader ani...
- Fri Oct 27, 2017 9:52 am
- Forum: Support and Development
- Topic: [Solved] Making an Android APK
- Replies: 2
- Views: 3994
Re: Making an Android APK
Thanks! I'll try this one too but first this one: https://love2d.org/wiki/LoveToAll that PGUp suggested
Edit: LoveToAll worked for me! Thank you guys
Edit: LoveToAll worked for me! Thank you guys
- Wed Oct 25, 2017 12:44 pm
- Forum: Support and Development
- Topic: [Solved] Making an Android APK
- Replies: 2
- Views: 3994
[Solved] Making an Android APK
Hello guys!
I've followed this tutorial to create an APK: https://qubodup.itch.io/startgamedev
But unfortunately there are several errors and it does not create the .apk file.
Do you have any tools that you can produce a .apk from a .love file?
Thanks in advance!
I've followed this tutorial to create an APK: https://qubodup.itch.io/startgamedev
But unfortunately there are several errors and it does not create the .apk file.
Do you have any tools that you can produce a .apk from a .love file?
Thanks in advance!
- Thu Aug 24, 2017 7:40 am
- Forum: General
- Topic: Question about android development
- Replies: 6
- Views: 7396
Re: Question about android development
I'm sure there are better ways, but you can use Quick Edit to edit lua files on Android, and use File Manager+ and Love2D for Android to run games on the device.
- Mon Aug 07, 2017 5:22 am
- Forum: Support and Development
- Topic: Trying to split code into two files
- Replies: 3
- Views: 4489
Re: Trying to split code into two files
Hello! One of the best things in Löve that you can easily learn from others. If you have any games in .love format, rename them to .zip, and have a look inside! You can learn a lot from others' solutions.
- Sun Aug 06, 2017 7:22 pm
- Forum: General
- Topic: library similar to TLfres ?
- Replies: 3
- Views: 4185
Re: library similar to TLfres ?
You're welcome!
- Sun Aug 06, 2017 7:58 am
- Forum: Games and Creations
- Topic: Spaced out [LD#39]
- Replies: 2
- Views: 3670
Re: Spaced out [LD#39]
Just wanted to say here too that this is an impressive piece of work, really fun to play! Congratulations
- Sun Aug 06, 2017 7:37 am
- Forum: General
- Topic: Ludum Dare 39
- Replies: 28
- Views: 28351
Re: Ludum Dare 39
Thank you, that has now been fixed. On a side note I usually have you two mixed up due to the fact that I am terrible with names and basically associate everyone with their avatars (you have quite similar ones). I would like everyone to forever keep their avatars or I will be severely confused. xD ...
- Sun Aug 06, 2017 7:23 am
- Forum: General
- Topic: library similar to TLfres ?
- Replies: 3
- Views: 4185
Re: library similar to TLfres ?
Hello! I've made a basic one for my game on the Ludum Dare 39, maybe it fits your needs: https://www.dropbox.com/s/nyyvedut3u6vjp0/fixed-resolution.love?dl=0 Also please note that it was packaged for anoter Love2D member here, I hope you don't mind! If you download the .love file, you can rename it ...