Search found 147 matches
- Thu Feb 27, 2014 4:20 pm
- Forum: Games and Creations
- Topic: Turtle: Puzzles
- Replies: 42
- Views: 14803
Re: Turtle: Puzzles
Sorry for the huge bump, but things are being picked back up. I had left the game unattended for quite some time, but now it's going again. Sprites are being redone to be better looking, and a lot of things have begun to be cleaned up (Menu, options, mappack menu, etc). So, have this .gif of the men...
- Thu Feb 27, 2014 4:04 pm
- Forum: Support and Development
- Topic: Sublime Text 2 and Love2D Boot Errors
- Replies: 4
- Views: 595
Sublime Text 2 and Love2D Boot Errors
Hey all, I have been using Sublime Text 2 for quite some time now to compile projects, and I love it. The only problem, however, is that every time I get a boot-time error, there's no window that shows up. This is rather annoying because I then have to go to task manager and end the dozens of proces...
- Mon Oct 28, 2013 5:13 pm
- Forum: Games and Creations
- Topic: Turtle: Puzzles
- Replies: 42
- Views: 14803
Re: Turtle: Puzzles
Version 1.1 is going along, I've just got a lot of stuff to deal with in college (friends, grades, etc.) I just need to add: Elevators (input can be required to power it, and once you step on it, it rises upward) ~ 10 more levels + the second boss fight I'm also debating a "map of level" key. For ex...
- Tue Sep 03, 2013 5:02 pm
- Forum: Games and Creations
- Topic: Turtle: Puzzles
- Replies: 42
- Views: 14803
Re: Turtle: Puzzles
Most recent version (I guess. I just downloaded it). All the aforementioned problems: On the third level I die three automatically one time. I'll check this, not sure if it's just you or what I just start the level and I die once then start at the spawn point. On level 6 I was stuck in the ground a...
- Tue Sep 03, 2013 1:18 am
- Forum: Games and Creations
- Topic: Turtle: Puzzles
- Replies: 42
- Views: 14803
Re: Turtle: Puzzles
By only saying 'all problems are still occurring btw' doesn't exactly help me. I need:davisdude wrote:http://i.imgur.com/vU5f0zU.png
All the problems are still occurring, btw.
Game version
What problems they are
The game is going to be more stable soon, once i get v1.1 out, which again is NOT out just yet.
- Sun Sep 01, 2013 11:13 pm
- Forum: Games and Creations
- Topic: Turtle: Puzzles
- Replies: 42
- Views: 14803
Re: Turtle: Puzzles
Yay! orange lasers! :awesome: If you want I can try to come up with some additional items for the store and etc. Sure thing, either shoot me a PM or post it here, i don't care. I just got into my college dorm today, and dropbox is syncing, so i might not be able to code until tomorrow.. But still, ...
- Sun Sep 01, 2013 4:57 am
- Forum: Games and Creations
- Topic: Turtle: Puzzles
- Replies: 42
- Views: 14803
Re: Turtle: Puzzles
Well that's good to know. Don't you just hate it when you have some stupid mistake like that? :P Also, orange should totally be a laser color. :awesome: Alright, I've been working on making an entity rotation tool for the editor, which works beautifully. Because of that, it makes it easier to set r...
- Sat Aug 31, 2013 6:06 pm
- Forum: Support and Development
- Topic: Ladder with a platform
- Replies: 1
- Views: 345
Ladder with a platform
Hello all, I've been trying to make my ladders have a "platform" on the very top, but I only want the top of each batch of ladders. So far, I've got this: function ladder:init(x, y) self.ladders = {} self.count = 0 for x = 1, #map do --loop through the map for y = 1, 14 do if map[x][y][2] == 4 then ...
- Sat Aug 31, 2013 5:26 am
- Forum: Games and Creations
- Topic: Turtle: Puzzles
- Replies: 42
- Views: 14803
Re: Turtle: Puzzles
This game is amazing! Holy crap, nice job! Thanks! :awesome: I'm glad you all enjoy it (although there are a few bugs :ehem: ) I just got the entity rotation for maps done, but it's only limited the following entities which and it's not specifically flagged for those just yet (levers, doors, lasers...
- Sat Aug 31, 2013 4:16 am
- Forum: Games and Creations
- Topic: Turtle: Puzzles
- Replies: 42
- Views: 14803
Re: Turtle: Puzzles
On the third level I die three automatically one time. I'll check this, not sure if it's just you or what I just start the level and I die once then start at the spawn point. On level 6 I was stuck in the ground and died after a little while. Please, elaborate what you did I started the level and w...