Unfortunately, I didn't get to participate because I had(and still have, but it's a lot less painful) because I got an extremely bad pain on the right side of my neck, shoulder and upper arm. I had to keep my head forced onto my left shoulder, and then yesterday I had neck strain(along with the pain from yesterday) from keeping my neck stretched over to my left side, so it was a catch-22: I couldn't have my neck balanced, because they I'd hurt my shoulder, I couldn't have my head to my right side because then the pain would be unbearable(I fell trying to balance my neck a few times, and sometimes I lost all feeling in my arm for about 3 seconds), but now everything is better... well... mostly. I still have that pain, but I can sleep now!
^Long story short: I had a really REALLY bad neck pain and that's why I couldn't participate in Ludum Dare.
Your Ludum Dare 27 Entries
Re: Your Ludum Dare 27 Entries
"In those quiet moments, you come into my mind" - Liam Reilly
Re: Your Ludum Dare 27 Entries
Here is mine!
http://www.ludumdare.com/compo/ludum-da ... &uid=19457
It’s called "Five seconds", you start with five seconds left and the aim is to get 10 seconds left by collecting enough clocks and killing enemies (to get more clocks).
Let me know what you think (preferably on the Ludum Dare page)
It was my first Ludum Dare and choosing Löve was a very good idea, it was really fun to program with.
http://www.ludumdare.com/compo/ludum-da ... &uid=19457
It’s called "Five seconds", you start with five seconds left and the aim is to get 10 seconds left by collecting enough clocks and killing enemies (to get more clocks).
Let me know what you think (preferably on the Ludum Dare page)
It was my first Ludum Dare and choosing Löve was a very good idea, it was really fun to program with.
Re: Your Ludum Dare 27 Entries
And this is my entry :
http://www.ludumdare.com/compo/ludum-da ... &uid=17763
It's really regrettable that I didn't have more time to add extra maps. Bug fixing and mechanics took over
http://www.ludumdare.com/compo/ludum-da ... &uid=17763
It's really regrettable that I didn't have more time to add extra maps. Bug fixing and mechanics took over
Re: Your Ludum Dare 27 Entries
Check out mine too!
http://www.ludumdare.com/compo/ludum-da ... &uid=25228
I think I'm also gonna make an individual topic.
http://www.ludumdare.com/compo/ludum-da ... &uid=25228
I think I'm also gonna make an individual topic.
not active here anymore
- BlackBulletIV
- Inner party member
- Posts: 1261
- Joined: Wed Dec 29, 2010 8:19 pm
- Location: Queensland, Australia
- Contact:
Re: Your Ludum Dare 27 Entries
Wow, seems like quite a lot of us made entries. Good to see.
- baconhawka7x
- Party member
- Posts: 491
- Joined: Mon Nov 21, 2011 7:05 am
- Location: Oregon, USA
- Contact:
Re: Your Ludum Dare 27 Entries
We made a game called Nelson. Something goes wrong when you are repairing a handheld time machine, and you are thrown into a crazy trip through time and space.
Right now there are only about 7 different environments, but we are planning on expanding to hundreds.
Also, when you level, the only thing that increases is your damage. We are planning on having unlockable guns n' such.
In short, it's not a complete game yet, but I hope you can enjoy the gameplay so far!
Screens y0:
ludumdare.com: http://www.ludumdare.com/compo/ludum-da ... &uid=10400
Itch.io page: http://sockmunkeedev.itch.io/nelson
Our little promotional picture: http://sockmunkee.com/wp-content/upload ... 24x682.png
Right now there are only about 7 different environments, but we are planning on expanding to hundreds.
Also, when you level, the only thing that increases is your damage. We are planning on having unlockable guns n' such.
In short, it's not a complete game yet, but I hope you can enjoy the gameplay so far!
Screens y0:
ludumdare.com: http://www.ludumdare.com/compo/ludum-da ... &uid=10400
Itch.io page: http://sockmunkeedev.itch.io/nelson
Our little promotional picture: http://sockmunkee.com/wp-content/upload ... 24x682.png
Last edited by baconhawka7x on Mon Aug 26, 2013 9:18 pm, edited 1 time in total.
- IAsep-TrixI
- Citizen
- Posts: 89
- Joined: Mon Aug 12, 2013 4:22 am
- Location: Philippines,Asia
Re: Your Ludum Dare 27 Entries
beautiful and interesting game, as expected from sock munkee devbaconhawka7x wrote:We made a game called Nelson. Something goes wrong when you are repairing a handheld time machine, and you are thrown into a crazy trip through time and space.
Re: Your Ludum Dare 27 Entries
@baconhawka7x
I don't really like the way you are trying to trick a user into thinking that he has to pay for the game first. I was just about to close it when I have seen the small print.
I don't really like the way you are trying to trick a user into thinking that he has to pay for the game first. I was just about to close it when I have seen the small print.
- baconhawka7x
- Party member
- Posts: 491
- Joined: Mon Nov 21, 2011 7:05 am
- Location: Oregon, USA
- Contact:
Re: Your Ludum Dare 27 Entries
Sorry, that annoys me a bit as well, it's an itch.io thing. I'm not sure if I can change it.RedHot wrote:@baconhawka7x
I don't really like the way you are trying to trick a user into thinking that he has to pay for the game first. I was just about to close it when I have seen the small print.
Re: Your Ludum Dare 27 Entries
Video of levels-update
My entry: http://www.ludumdare.com/compo/ludum-da ... &uid=27429
But I have a problem.
When I start the game from the command line runs smoothly.
But when I create the .love and run them appear the blue screen saying it has a problem and to contact the author (me)
I think it happens since I use json4lua , this is the code:
Is anything wrong?
EDIT: Also tried this solution with other library but the same problem:
My entry: http://www.ludumdare.com/compo/ludum-da ... &uid=27429
But I have a problem.
When I start the game from the command line runs smoothly.
But when I create the .love and run them appear the blue screen saying it has a problem and to contact the author (me)
I think it happens since I use json4lua , this is the code:
Code: Select all
require 'lib.json.json'
jsonz = love.filesystem.read("levels.json")
levels = json.decode(jsonz)
EDIT: Also tried this solution with other library but the same problem:
Code: Select all
JSON = love.filesystem.load("JSON.lua")()
jsonz = love.filesystem.read("levels.json")
levels = JSON:decode(jsonz)
function reload_levels() levels = JSON:decode(jsonz) end
Who is online
Users browsing this forum: No registered users and 1 guest