Home | Rules and Guide | Sign In/Create Account | Write a Post | Donate | #ludumdare on irc.afternet.org (Info)

Ludum Dare 23 — April 20th-23rd, 2012 — 10 Year Anniversary!

Ludum Dare 22 :: December 16th-19th, 2011 :: Theme: Alone

[ Results: Top 50 Compo, Jam | Top 25 Categories | View My Entry ]

[ View All (Compo, Jam) | Warmup ]


Posts Tagged ‘framework’

Declaring My Framework (C#, XNA)

Posted by (twitter: @Bloodyaugust)
Thursday, December 15th, 2011 11:37 am

Now ladies and gents, pleeeeeease be nice.

<rant>

This is my baby. My cumulative game developing experience distilled into one sugary goodness. My 1/8 complete Mona Lisa(M?). I’ve developed more than a few finished games, and abandoned WAY more games than I care to think about. This .dll contains solutions to problems that haunted me for literal weeks.

 

And now I share them with you. All I ask is that if you do use it, PLEASE TELL ME WHERE I CAN IMPROVE IT. Like I said, this is nowhere near finished. In fact, it will most likely change by the time Ludum Dare gets here! In fact I can guarantee it will, I still need to add in my flexible animated texture stuff…

</rant>

What it does:

-Circle and Convex Polygon Collision

-Rotations

-Complex transformations

-Pathfinding

-Common texture stuff (animation, atlases, particle engines, etc.)

Have questions? Ask. It is very well commented, and has all the appropriate XML documentation for Visual Studio.

Happy Game Dev! :D

EDIT: The link was incorrect, but has now been fixed.

LD20 Framework and Tool Declarations

Posted by (twitter: @ExciteMike)
Monday, April 25th, 2011 3:04 pm

Getting ready for Ludum Dare!

I’ll be using AS3, like I’ve done for previous Ludum Dares. Unless somehow I get an idea that would be better in 3d, in which case I will go with Unity.

Music: Coding theme song. Level design theme song. Gaps filled by Pandora.com.

Food: It has become part of my Ludum Dare ritual to go nuts buying snacks before LD weekend.

snax

Framework: Stego, the as3 framework that’s been grown out of the reusable parts of previous compos.

IDE: FlashDevelop.

Graphics: I’ll be doing pixelly sprite stuff in a copy of Photoshop CS 1 which as far as you know was obtained completely legitimately. I’d like to start doing more vector-based stuff, but I figure for LD I’d better stick with what I’m used to.

Music: I will probably mess around with GreaseMonkey’s music generator like I did for LD19. I’ve also used Wario Ware DIY and Wolfram Tones in the past and those kind of worked, so if for some reason I’m not liking what I’m getting out of one tool, I’ll switch to another.

Sound Effects: SFXR and/or BFXR.

Timelapse: Keeyai’s Chronolapse. It’s worked great so far.

Sauce Control: Mercurial, pushed to a repo on Bit Bucket.

Twitter: @ExciteMike

Interweb pagesite: http://excitemike.com/ Has my games and stuff.

Plan: At present, I am leaning toward doing something extremely simple, even for an LD game, but then have lots and lots of levels. I’d also love to make something multiplayer, but I don’t think people tend to have friends nearby when they go to play or rate LD games. Hmm, that sounds kind of sad when I say it that way. Point is, while multiplayer is often super fun, fewer people will be able to enjoy my game if it needs two willing people in the same room.

Precompo declarations, photos.

Posted by (twitter: @ExciteMike)
Friday, April 23rd, 2010 5:03 pm

Framework:  This Stego AS3 framework thing that I’ve accumulated over the last several months:  http://bitbucket.org/excitemike/stego/

IDE: FlashDevelop. compiling with mxmlc.

Music: I’m thinking WarioWare DIY, then recorded and edited in GoldWave.

Graphics: A copy of Photoshop CS 1 which as far as you know was obtained completely legitimately.

Sound Effects: I bet you can guess this one.

Will be listening to: Switching Pandora between a DragonForce station and a station based on music from movie montages (on which the Transformers: The Movie (animated) soundtrack comes up often! :) ).

For timelapse: I will be using Keeyai’s Chronolapse on account of it’s awesomeness.

Desk:

The Brachiosaurus will be relocated before the compo begins.

The Brachiosaurus will be relocated before the compo begins.

Refridgerator:

In case you wondered whether I like bottled water.

In case you wondered whether I like bottled water.

Additional foodstuffs:

crunchy munchies

crunchy munchies

Inspiration:

I should be playing the GameCube version with bongos.

I should be playing the GameCube version with bongos.

Me + Hat + FC Twin + Super Game Boy + Game Boy Donkey Kong + Projector = Heaven

Projector + FC Twin + Super Game Boy + Game Boy Donkey Kong = Heaven!

Sauce Control: Mercurial, which I love.

Twitter: ExciteMike

Favorite Dinosaur: Microraptor gui

And actually I may use Unity, depending on what kind of ideas I get once the theme is announced, but the above is most likely.

I need to get a decent camera.  The webcam built into the cheap laptop is kind of a pain to use.

Framework, sort of.

Posted by
Friday, April 17th, 2009 6:56 pm

Well, it’s a start. :) Uploaded for reference. Less than 5min to go!

Framework “hello world”

Posted by
Friday, April 17th, 2009 5:17 pm

Well, it means that OpenGL is working (2D ortho), along with texturing, mouse interaction, and a bunch of other stuff. Normally I wait until after the theme is announced to get this stuff working, so hopefully it’ll help with my reduced time budget!

But it’s not exactly impressive to look at.

Hopefully this is my Black Triangle, or at least something 80% there. Still need to add rotation support, but that’s not too bad.

MiniLD #6 compilation

Posted by
Friday, January 16th, 2009 9:32 am

This is how it turned out. For anyone who hadn’t played the games from the last miniLD, or if you missed any or just want to play all of them over again, here they are, all bundled together in a neet package. You need python 2.6 and pygame to run on windows, plus wine for running on linux.

link

Enjoy. :)

PS: It’s still buggy.

simplemenu pre-Mini-LD5 release

Posted by
Friday, November 7th, 2008 4:52 am

Not sure if I’ll participate in Mini-LD5 yet or not, but just in case, here’s an alpha release of my ‘simplemenu’ library. It could well be the simplest GUI framework you can imagine. It barely deserves the title of GUI, actually. It’s intended to make it easy to add clickable “Start”, “Options”, “Quit” buttons to the title screen of a game. It works for me, but it’s far from finished.

(Also, sorry to release code so close to the start time … won’t do it for a ‘real’ LD … but for a mini-LD … well … better lateish than neverish).

Custom framework

Posted by
Thursday, November 6th, 2008 4:37 pm

Here‘s my custom python + pygame framework for the mini LD. It’s little more than the pyweek skeleton with image and sound loaders and a barebones state system. Consider it public domain so feel free to do anything you want with it.


All posts, images, and comments are owned by their creators.

[fcache: storing page]