Search found 33 matches

by Reef
Wed Jul 02, 2014 10:08 pm
Forum: Libraries and Tools
Topic: Love Fiddle - A tool for sharing Love snippets on the web
Replies: 27
Views: 15328

Re: Love Fiddle - A tool for sharing Love snippets on the we

This is great. Thanks for the work you are doing on Punchdrunk!
by Reef
Tue Jun 10, 2014 12:56 am
Forum: General
Topic: Organizing your project
Replies: 13
Views: 5636

Re: Organizing your project

This is something that I've been struggling with also. I'm working on a little learning project and I'm having difficulty avoiding global variables but I suspect it's just the way that I have structured my game. What I would really like, is to see some high quality example projects that I can dig th...
by Reef
Fri May 09, 2014 8:52 pm
Forum: General
Topic: Code Doodles!
Replies: 196
Views: 265983

Re: Code Doodles!

I found a blog has has tons of Processing sketches similar to the doodles in this thread. They are non-interactive gifs but are still generated with code and may serve as inspiration. http://beesandbombs.tumblr.com/ Anyway, here's a doodle I came up with. https://love2d.org/imgmirrur/V5ef06u.png loc...
by Reef
Fri Apr 04, 2014 7:31 pm
Forum: Support and Development
Topic: Need a little help with sublime text
Replies: 4
Views: 2462

Re: Need a little help with sublime text

So per this thread: https://love2d.org/forums/viewtopic.php?f=3&t=77252&hilit=sublime+text+build&start=10 I changed my build system to: { "selector": "source.lua", "cmd": ["love.exe", "$file_path"], "shell": true } and everythin...
by Reef
Thu Apr 03, 2014 7:30 pm
Forum: Support and Development
Topic: Need a little help with sublime text
Replies: 4
Views: 2462

Re: Need a little help with sublime text

I'm having this problem too now, but only on my Windows machine. The Path is set correctly and my build system looks exactly like the one posted above. I'll see if I can figure our what the problem is.
by Reef
Wed Apr 02, 2014 7:41 pm
Forum: General
Topic: Moonshine - A lightweight Lua VM for the browser
Replies: 16
Views: 9963

Re: Moonshine - A lightweight Lua VM for the browser

I really wish Love games could work in the browser. I know work has been done in the past but as I understand, it is out of date and I don't have the skills to contribute in any meaningful way. I've spent so long waffling back and forth between platforms to learn to make games on without making any ...
by Reef
Wed Apr 02, 2014 7:34 pm
Forum: General
Topic: Code Doodles!
Replies: 196
Views: 265983

Re: Code Doodles!

Cool! These remind me of the sketches that people make with Processing . Have you heard of Nature of Code ? You might find some things in that book interesting like simulating flocking and AI evolution. I started working my way through it but got distracted... I've made a few sketches or 'doodles' a...
by Reef
Wed Mar 19, 2014 7:43 pm
Forum: General
Topic: ZeroBrane Studio Lua IDE v0.50 is out
Replies: 95
Views: 51181

Re: ZeroBrane Studio Lua IDE v0.50 is out

Something like this: http://imgur.com/OQPBYBa,s0jbe3B? There is a bunch of changes planned, but the idea is that you will be able to get something like that if you want and the default settings will be close(-er) to the screenshots. Obviously the colors can be changed... That looks great! I love Ze...
by Reef
Mon Mar 17, 2014 8:08 pm
Forum: Games and Creations
Topic: cyberdekay (7DRL 2014)
Replies: 5
Views: 4222

Re: cyberdekay (7DRL 2014)

I love the art style, but I really have no idea what I'm supposed to be doing or how to play. The Hints and Readme didn't really help... I' tried linking things but I can't seem to make anything happen.
by Reef
Mon Feb 24, 2014 12:05 am
Forum: Games and Creations
Topic: Flappy löve (Works on android! (theoretically))
Replies: 12
Views: 4389

Re: Flappy löve (Works on android! (theoretically))

Ah! You're right! I missed the first line, which is what I was missing. I knew it was something simple and obvious. Thank you so much.