Search found 20 matches

by minism
Sun May 04, 2014 2:09 am
Forum: Games and Creations
Topic: [LD29] FishCopter
Replies: 4
Views: 3738

[LD29] FishCopter

This game is a realization of a dual-object mechanic idea I had several years ago but never had a reason to do, and it happened to work well enough with the theme that I figured I'd try it. I always use Love2D for game jams because its such a pleasure to work in! I haven't checked out the other love...
by minism
Sat Apr 19, 2014 12:01 am
Forum: General
Topic: LÖVE 0.9.1 released
Replies: 39
Views: 73095

Re: LÖVE 0.9.1 released

Nice work guys, LOVE is becoming amazingly good!
by minism
Sun Dec 01, 2013 3:41 am
Forum: Support and Development
Topic: Sublime Text 2 LOVE build
Replies: 1
Views: 1985

Re: Sublime Text 2 LOVE build

Are you using the build system from the SublimeLove package? If so, "love" needs to be an executable on your path in windows. See the following for details on that:

http://geekswithblogs.net/renso/archive ... ows-7.aspx
by minism
Wed Oct 31, 2012 9:51 am
Forum: General
Topic: What IDE are you using?
Replies: 105
Views: 36742

Re: What IDE are you using?

So far in my programming experience and career, it seems that if you are working in a static language it is generally a good idea to use an IDE to reap the benefits, even if it isnt your favorite text editor. If you finish the functionality of an application in less time because of an IDE, you shoul...
by minism
Thu Sep 27, 2012 7:17 pm
Forum: General
Topic: What's everyone working on? (tigsource inspired)
Replies: 1791
Views: 1488542

Re: What's everyone working on? (tigsource inspired)

Although theres not a single line of Lua in this, just wrote this simple web service to provide a "master server" that I can run for future Love2D multiplayer projects. Working on interfacing with it in Lua at the moment.
by minism
Sat Sep 22, 2012 7:28 pm
Forum: Games and Creations
Topic: HumanTECH (Ludum Dare 24 entry)
Replies: 7
Views: 8663

Re: HumanTECH (Ludum Dare 24 entry)

Thanks for the feedback guys.

Interesting bug; what OS + LOVE version?
by minism
Fri Sep 21, 2012 11:18 pm
Forum: Games and Creations
Topic: LudumDare24 LoveGames + WebPlayer Tips
Replies: 48
Views: 23201

Re: LudumDare24 LoveGames + WebPlayer Tips

Hello, I made a game in love. http://leafo.net/dump/exo1.gif You can grab it here: http://www.ludumdare.com/compo/ludum-dare-24/?action=preview&uid=4321 Would love feedback, thanks! It feels really clean and looks great, this is one of the better polished love games i've seen. Really nice job!
by minism
Fri Sep 21, 2012 9:14 pm
Forum: Games and Creations
Topic: Snayke - Out now! Version 1.1, soundtrack available
Replies: 196
Views: 134929

Re: Snayke - demo available!

This game is fantastic. Its so much fun, and so polished. Awesome job dude.

The satie inspired music is great! I am definitely buying this when it comes out.
by minism
Fri Sep 21, 2012 9:06 pm
Forum: Games and Creations
Topic: HumanTECH (Ludum Dare 24 entry)
Replies: 7
Views: 8663

HumanTECH (Ludum Dare 24 entry)

Hey guys, My game HumanTECH got 7th place in ludum dare 24! http://minornine.com/media/img/humantech-1-small.png http://minornine.com/media/img/humantech-2-small.png Download for win32 , win64 , osx , LOVE file Github It's an action-adventure exploration based game with a sort-of SciFi setting. Here...
by minism
Wed Jun 06, 2012 1:01 am
Forum: General
Topic: ProFi, a Lua profiler that works with LuaJIT.
Replies: 7
Views: 9433

Re: ProFi, a Lua profiler that works with LuaJIT.

Wow, this is great, just what I was looking for a couple weeks ago. Thanks for your nice work on this.

By the way you might want to update your instructions -- ProFi:end() should be ProFi:stop()