Search found 189 matches

by markgo
Sat Aug 08, 2015 6:53 pm
Forum: Libraries and Tools
Topic: Fast PRNG in pure Lua
Replies: 2
Views: 4100

Re: Fast PRNG in pure Lua

It's faster than Love's love.math.random and love.math.randomNormal, but slower than Lua's math.random.
I request a benchmark
by markgo
Wed Jul 01, 2015 6:52 pm
Forum: General
Topic: Is LÖVE a framework, API, or engine?
Replies: 4
Views: 4566

Re: Is LÖVE a framework, API, or engine?

It's love, baby
by markgo
Sun May 03, 2015 4:16 am
Forum: Games and Creations
Topic: I present to you... Something Super! (SMH Thread)
Replies: 10
Views: 6759

Re: I present to you... Something Super!

Very nice. You've really come a long way since your first Metanet Hunter.
by markgo
Fri May 01, 2015 1:05 am
Forum: Libraries and Tools
Topic: Tidal 0.10.2: Tiled map loader
Replies: 8
Views: 7228

Re: Tidal 0.10.3: Tiled map loader

Tidal was updated 0.10.2, which fixed a naughty global reference bug.
by markgo
Sun Apr 05, 2015 11:54 pm
Forum: General
Topic: performance too LOW!
Replies: 27
Views: 19334

Re: performance too LOW!

Love is too fun to quit
by markgo
Sun Feb 15, 2015 9:05 pm
Forum: LÖVE-Android
Topic: List of LÖVE-Android games.
Replies: 6
Views: 12968

Re: List of LÖVE-Android games.

by markgo
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: 7162

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.
by markgo
Fri Feb 06, 2015 6:43 pm
Forum: General
Topic: A very quick question about Lua and variable reassignment
Replies: 12
Views: 7162

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
by markgo
Sat Jan 31, 2015 1:49 am
Forum: Games and Creations
Topic: A classic JRPG
Replies: 19
Views: 15587

Re: A classic JRPG

@retropower

I didn't check but you have to set your game folder identity upon release.
by markgo
Mon Jan 26, 2015 2:32 pm
Forum: Libraries and Tools
Topic: Tidal 0.10.2: Tiled map loader
Replies: 8
Views: 7228

Re: Tidal 0.10.0: Tiled map loader

Forgot to post that Tidal was updated to 0.10.1. It's compatible with Tidal 0.10.0. It's the most stable version yet! Cheers