Feeding Seppe (first game + some questions)
Posted: Wed Oct 14, 2015 6:15 am
Hi everyone,
I'm mostly new here. Over the summer, I played around with LÖVE for a bit, but it was never more than a few lines of code before I lost interest. So, I decided to lurk the forums and hang out on the IRC, until maybe, I felt inspired.
Now I'm not really a programmer. I've dealt with some programming languages before, but the only one that I'm probably above average at is Prolog. Which is not really an accomplishment - the average is that almost no one knows Prolog. Not knowing things never holds me back, if I'm enjoying myself, I'm totally fine with putting out mediocre things.
Last week, I found an old notebook, with a cartoonish drawing I made a few years ago of my brother pulling up my parents' bulldog with a rope. For some reason - probably sleep deprevation - I found this funny and made a few really, really bad comics about my family, that dog and their cat. I was enjoying myself so much, I decided I should make it into a Facebook page. Which needed a profile picture.
(https://www.facebook.com/The-Seppe-Tale ... 839679577/)
Making that profile picture was the inspiration I needed. I decided I could make a small game out of this stupid fun idea that my friends and family seem to enjoy. So I did.
There are a few small things I want to take care of on before I will consider it actually finished. That's one of my reasons for sharing, to ask questions!
- I can't make music. Is there a place I can get something for free to use as background music?
- For some reason, math.random() doesn't always seem to work. I'd like to randomize the speed of the items dropping. What's the best way to do this?
Feel free to tear my code down! I'd love some advice on how to do things better.
I'm mostly new here. Over the summer, I played around with LÖVE for a bit, but it was never more than a few lines of code before I lost interest. So, I decided to lurk the forums and hang out on the IRC, until maybe, I felt inspired.
Now I'm not really a programmer. I've dealt with some programming languages before, but the only one that I'm probably above average at is Prolog. Which is not really an accomplishment - the average is that almost no one knows Prolog. Not knowing things never holds me back, if I'm enjoying myself, I'm totally fine with putting out mediocre things.
Last week, I found an old notebook, with a cartoonish drawing I made a few years ago of my brother pulling up my parents' bulldog with a rope. For some reason - probably sleep deprevation - I found this funny and made a few really, really bad comics about my family, that dog and their cat. I was enjoying myself so much, I decided I should make it into a Facebook page. Which needed a profile picture.
(https://www.facebook.com/The-Seppe-Tale ... 839679577/)
Making that profile picture was the inspiration I needed. I decided I could make a small game out of this stupid fun idea that my friends and family seem to enjoy. So I did.
There are a few small things I want to take care of on before I will consider it actually finished. That's one of my reasons for sharing, to ask questions!
- I can't make music. Is there a place I can get something for free to use as background music?
- For some reason, math.random() doesn't always seem to work. I'd like to randomize the speed of the items dropping. What's the best way to do this?
Feel free to tear my code down! I'd love some advice on how to do things better.