Search found 46 matches

by conroy
Tue Nov 20, 2012 9:42 am
Forum: Libraries and Tools
Topic: statemachine.lua
Replies: 5
Views: 6209

statemachine.lua

I needed a state machine for my game. All the libraries I found didn't suit my needs, so I wrote my own https://github.com/kyleconroy/lua-state-machine Basic example creating a stoplight state machine. local machine = require('statemachine') local fsm = machine.create({ initial = 'green', events = {...
by conroy
Thu Nov 08, 2012 10:59 am
Forum: Support and Development
Topic: Framerate drops after a few minutes in Mac
Replies: 15
Views: 10265

Re: Framerate drops after a few minutes in Mac

I can say with confidence that this issue is almost resolved. I've tested a version of 0.8.1 that uses OpenAL Soft on OS X and it works wonders. I was getting crashes in a few minutes on my game. With the new version, I couldn't make the game crash. Hopefully, OpenAL soft will land in master soon. I...
by conroy
Thu Jun 14, 2012 7:16 am
Forum: General
Topic: A new LÖVE game-star is rising! [UPDATED!]
Replies: 11
Views: 3825

Re: A new LÖVE game-star is rising! [UPDATED!]

I actually have a whole guide for creating levels using Tiled. https://github.com/kyleconroy/hawkthorn ... tion-guide
by conroy
Wed Jun 13, 2012 5:43 am
Forum: General
Topic: A new LÖVE game-star is rising! [UPDATED!]
Replies: 11
Views: 3825

Re: A new LÖVE game-star is rising! [UPDATED!]

Did you have already some feedback/palm in the back from official Community staff/production? Absolutely not. This game is complete fan-powered. My first version had one character in a room. I really only kept going due to the amazing feedback from others online. No one from NBC or Community has di...
by conroy
Tue Jun 12, 2012 4:11 pm
Forum: General
Topic: A new LÖVE game-star is rising! [UPDATED!]
Replies: 11
Views: 3825

Re: A new LÖVE game-star is rising! [UPDATED!]

Hey guys, Kyle here, creator of Journey to the Center of Hawkthorne. If you have any questions, feel free to ask!
by conroy
Thu May 24, 2012 4:03 pm
Forum: Games and Creations
Topic: Journey to the Center of Hawkthorne
Replies: 9
Views: 5608

Journey to the Center of Hawkthorne

Hey everyone, I'm working on turning Journey to the Center of Hawkthorne, featured in a recent episode of Community, into a real game. You can watch the episode on Hulu to get an idea of what the game will look like. http://www.hulu.com/watch/362620/community-digital-estate-planning It's current sta...