Search found 19 matches
- Wed Sep 12, 2012 6:00 pm
- Forum: nLÖVE
- Topic: LoveSweeper for Dingoo
- Replies: 2
- Views: 57272
Re: LoveSweeper for Dingoo
Actually its just butchered version for A320 (small field, no mouse), actual version at viewtopic.php?f=5&t=10599 .
- Fri Aug 24, 2012 6:04 am
- Forum: Games and Creations
- Topic: LoveSweeper
- Replies: 13
- Views: 14509
Re: LoveSweeper
Big thanx Nixola!
So I upgraded a bit the code now the resolution changes with field size change. And some other minor enchantments^^
So I upgraded a bit the code now the resolution changes with field size change. And some other minor enchantments^^
- Wed Aug 22, 2012 8:01 pm
- Forum: Games and Creations
- Topic: LoveSweeper
- Replies: 13
- Views: 14509
Re: LoveSweeper
To be honest I don't know how to change resolution in Love during execution. And this is not graphics - its just '@' in pixel font:)
- Wed Aug 22, 2012 6:19 am
- Forum: Games and Creations
- Topic: LoveSweeper
- Replies: 13
- Views: 14509
Re: LoveSweeper
Many thx guys. I changed code a little so you can change board size and mines count. To show menu you should press `escape' or click mouse out of game board or lose focus of game window.
- Tue Aug 21, 2012 9:47 pm
- Forum: nLÖVE
- Topic: LoveSweeper for Dingoo
- Replies: 2
- Views: 57272
LoveSweeper for Dingoo
Just Minesweeper clone
- Tue Aug 21, 2012 9:46 pm
- Forum: Games and Creations
- Topic: LoveSweeper
- Replies: 13
- Views: 14509
LoveSweeper
Just Minesweeper clone.
- Wed Apr 04, 2012 8:57 pm
- Forum: nLÖVE
- Topic: SpriteBatch emulator
- Replies: 4
- Views: 64735
SpriteBatch emulator
Recently I had a problem: nLove on my Dingoo A320 didn't see SpriteBatch. So i just emulated it. To use it just import it to ur project with require 'spritebatchemulator'. There will be no overhead if SpriteBatch exists and emulation doesnt needed. Btw, maybe I just do something wrong and SpriteBatc...
- Wed Apr 04, 2012 7:34 am
- Forum: nLÖVE
- Topic: LoveCalc for Dingoo
- Replies: 3
- Views: 61282
Re: LoveCalc for Dingoo
Thnx^^
It's all up to us to make even more apps)
It's all up to us to make even more apps)
- Sat Mar 31, 2012 7:42 pm
- Forum: nLÖVE
- Topic: LoveCalc for Dingoo
- Replies: 3
- Views: 61282
LoveCalc for Dingoo
Basically it's just lua interpreter. But hey I use lua interpreter much more often than other calculators).
A lot of things not completed such as upper case writing, cut/paste, table+strings category, plots(sic) and so on. Maybe I'll finish it someday.
A lot of things not completed such as upper case writing, cut/paste, table+strings category, plots(sic) and so on. Maybe I'll finish it someday.
- Sat Mar 31, 2012 2:49 pm
- Forum: Support and Development
- Topic: Version independent quitting
- Replies: 10
- Views: 5416
Re: Version independent quitting
Same problem. I solved it by os.exit(), but I don't think it's the best solution.
UPD: It's bad solution. It doesn't work for Dingoo for example
UPD: It's bad solution. It doesn't work for Dingoo for example