Search found 190 matches
Balatro
This game was made in Love. I would suggest this game to be on the front page showcase
- Sat Aug 08, 2015 6:53 pm
- Forum: Libraries and Tools
- Topic: Fast PRNG in pure Lua
- Replies: 2
- Views: 4375
Re: Fast PRNG in pure Lua
I request a benchmarkIt's faster than Love's love.math.random and love.math.randomNormal, but slower than Lua's math.random.
- Wed Jul 01, 2015 6:52 pm
- Forum: General
- Topic: Is LÖVE a framework, API, or engine?
- Replies: 4
- Views: 5060
Re: Is LÖVE a framework, API, or engine?
It's love, baby
- Sun May 03, 2015 4:16 am
- Forum: Games and Creations
- Topic: I present to you... Something Super! (SMH Thread)
- Replies: 10
- Views: 7183
Re: I present to you... Something Super!
Very nice. You've really come a long way since your first Metanet Hunter.
- Fri May 01, 2015 1:05 am
- Forum: Libraries and Tools
- Topic: Tidal 0.10.2: Tiled map loader
- Replies: 8
- Views: 7595
Re: Tidal 0.10.3: Tiled map loader
Tidal was updated 0.10.2, which fixed a naughty global reference bug.
- Sun Apr 05, 2015 11:54 pm
- Forum: General
- Topic: performance too LOW!
- Replies: 27
- Views: 21034
Re: performance too LOW!
Love is too fun to quit
- Sun Feb 15, 2015 9:05 pm
- Forum: LÖVE-Android
- Topic: List of LÖVE-Android games.
- Replies: 6
- Views: 14305
- Tue Feb 10, 2015 7:21 pm
- Forum: Games and Creations
- Topic: Avoidant, a game I made as my First Shitty Game™
- Replies: 7
- Views: 7567
Re: Avoidant, a game I made as my First Shitty Game™
Congratulations. It has a very Geometry Wars feel. Making a game is a difficult endeavor and it was good that you set realistic goals instead of impossible dreams.
- Fri Feb 06, 2015 6:43 pm
- Forum: General
- Topic: A very quick question about Lua and variable reassignment
- Replies: 12
- Views: 7661
Re: A very quick question about Lua and variable reassignmen
It's basically the same as this
Code: Select all
bob = 10
function setit()
local x = bob
x = 5
end
- Sat Jan 31, 2015 1:49 am
- Forum: Games and Creations
- Topic: A classic JRPG
- Replies: 19
- Views: 16425
Re: A classic JRPG
@retropower
I didn't check but you have to set your game folder identity upon release.
I didn't check but you have to set your game folder identity upon release.