Awesome Codea Videos

http://www.youtube.com/watch?v=QLmh0R6TNV4&hd=1

Crillion by ruilov: http://youtu.be/GHh4UbwdD6Q (20 Levels + level editor in the app)

Towers Versus Zombies by juaxix: http://youtube.com/watch?v=6w-aMzXmrnM

Asteroids by juaxix: http://youtu.be/xF9P1Ge7yIc

Conway’s Game of Life by Alex: http://youtu.be/xVnJD_DZUVY

Zombies! by Andy (voiceoftreason): http://youtu.be/LMgM24UcQaM (Animation, custom sprites, text, particles, multiple game screens)

Magic Gems by juaxix: http://youtu.be/MloRFQhl7tM

Atari Enduro by ruilov: http://youtu.be/cwByOZEey1Q (Code: https://gist.github.com/1340980)

Tetris by Chidoli: http://chidoli.posterous.com/simple-tetris-on-codify

Pong clone, by James Frost: http://youtu.be/EHqDgEyBF68

Side scrolling platformer, by juaxix: http://www.youtu.be/f98xvgE6eHA

Particles by phyces: http://youtu.be/QEqTvRd8qMM (Code here: http://pastebin.com/F94Kt35D )

Multi-Touch particles by Chidoli: http://chidoli.posterous.com/multi-touch-particles-on-codify

More particles by iSbaerDE: http://www.youtu.be/llejm8dMAXU (Code here: http://einpla.net/frederik/code.txt )

Planet simulation by iSbaerDE: http://youtu.be/SwpVGq2k9jY

Helicopter game by l14m333: http://youtu.be/nwwS2cDf-iA

Breakout by Andy (voiceoftreason): http://youtu.be/ZAalFlr3BGU?hd=1

Cat Toy: http://youtu.be/FGX3_h7mDtA

Abduction by juaxix: http://youtu.be/SCXSYg4W7kU?hd=1

Here is a video of a simple breakout game i made…
http://www.youtube.com/watch?v=ZAalFlr3BGU

Andy

Andy, that breakout game looks fantastic! Would you be willing to share your code?

Wow. That’s just amazing.

I’ll up the code in the next day or so after I’ve removed some bits that never got used and renamed some mystery variables…

Andy

Andy, how are you doing the score text? Or are you beta testing a version with the text apis? Cool bit of work there btw :slight_smile:

No text APIs, I wrote a function that line draws the numbers. I’ll put it up with the rest of the code, should be able to do it when I get home from work…

Ah, ok. I was thinking of doing the same, probably still will - I started writing an oldschool style (demoscene) demo, got some nice “unlimited bobs” going but was stumped by the lack of text output. Vectorised text would be cool, can do some 3d transforms with it then.

I’ve posted up the Breakout code for anyone who was interested…
https://gist.github.com/1328664

Andy

re. Drawing text - I saw what Andy did and was jealous, so I’m working on some code to draw the Hershey Simplex font; plan is to make it into a class people can just drop in. It’s not done yet, but the gist is here if someone wants to look at it https://gist.github.com/1328037 - I’m spoiled by ruby’s (and perl’s) array handling, so getting it into lua is being ugly right now, but I think I know how to solve it.

Andy - thanks for sharing the code!

Andy, great result, I just spent the best part of an hour playing!

Seeds of a Sunflower by Machrisdoh - http://www.youtube.com/watch?v=mCC8j9bKau0

I thought this room is for code examples, especially from TwoLivesLeft staffs, including the modification of the code. For complete app sharing (code and video) should goes to “Code Sharing” room. Am I wrong? :slight_smile:

I thought more for maintaining links to great videos created by you guys. I’m going to try to keep all the links kept in the top post for quick access. Any sort of discussion can happen below.

This is the result of my last question Simeon :slight_smile:
http://www.youtube.com/watch?v=SCXSYg4W7kU

@John : how can you record a video directly from your iPad?

juaxix: Wow, that’s a really clever little game idea! Very polished too. I think you’re the first person to try parameterising sprites with variables.

Edit: I think some people have recorded video directly from iPad by using a jailbroken iPad and a screen recording app. Not sure what it’s called. I kind of prefer the film-your-ipad style videos though :slight_smile:

Could you please also post the video URL? I don’t know why my Safari and ClickToFlash don’t want to play embedded videos. My kids must have been done something with my mac. :stuck_out_tongue: Thank you.

I put it in the first post, but yeah my ClickToFlash is playing up too. Had to disable it to see these videos.

@Simeon: Thank you. :slight_smile: