RylandAlmanza

LD24

Forgetting to use -r and not looking at the output

[ryland@crappy projects]$ cp Pickachick pickachick
cp: omitting directory `Pickachick’
[ryland@crappy projects]$ rm -r Pickachick
[ryland@crappy projects]$

FFFFUUUUUUU-

That’s how I lost 5 hours of work. Luckily I still have an older version of the game, but I’ve put in a lot of work since that version. I was trying to rename the directory from Pickachick to pickachick. I realize now that I could’ve just used mv, but I’ve been programming for a long time, I’m not thinking straight.

For anyone not familiar with linux commands, cp is a command to copy a file or directory, however, it only copies directories with the -r switch. I forgot the -r, and the directory wasn’t copied. Then I deleted the folder completely with the rm (remove) command.

Comments

26. Aug 2012 · 00:34 UTC
Ouch.. been there man, feel for ya
17. Sep 2012 · 08:05 UTC
:(

LD25

rm -r will not defeat me this time!

I’ll be using version control (which I should have done last time.) to prevent this from fucking me over again.

Language: Javascript (HTML5)

Libraries: Crafty

Sound/Music: Not sure yet. Maybe MilkyTracker

Graphics: Gimp

Comments

Guardian_Bob
11. Dec 2012 · 19:37 UTC
I’ve actually done something a little different, rather than a SCC system I’m using a VM so I can take light weight snapshots at regular intervals. It even preserves debugging state, unlike SCC.
Adam
11. Dec 2012 · 21:04 UTC
I see you are planning to use Crafty. I just found it and have been tinkering witn it through the weekend.

My Tiny Warm Up Platformer

Since my last post, I have decided to work together with someone for the jam instead of doing the regular 48 hour competition. I have also bought and switched to Impact instead of Crafty. It’s really awesome! Definitely lives up to it’s reputation so far! I just made this little warm up platformer with it. :)

Kamehameha!

Hahaha, this is fucking awesome! Click and hold the left mouse button to start charging up a power ball thing, and release to shoot!

LD26

Entering Late

I wasn’t going to do this Ludum Dare, but I just checked the theme out of curiosity and it was the exact theme I wanted. Well shit, now I have to participate.

  • Language: C++
  • Libraries: SFML 2.0
  • Editor: vim
  • Graphics: Gimp if I get around to it. Otherwise, primitives.
  • Sound/Music: MilkyTracker if I get around to it. Otherwise nothing.

 

LD30

> join ludum dare

I don’t understand that command. Try “help”

I’m in! This year I’m going to make a text game. Won’t actually be using the traditional “try to guess a valid command” interface though. That’s all the info I’ll give out for now.

Tools that will definitely be used:

  • C
  • GCC
  • Vim

Maybe:

  • Emscripten

Super maybe:

  • Emscripten + Phonegap/Cordova