Question
Posted by Themonkeystaff
January 7th, 2013 8:45 pm
Ludum Dare 26 — April 26-29th, 2013
[ Results: Top 100 Compo, Jam | Top 25 Categories | View My Entry ]
[ View All 2346 Games (Compo Only, Jam Only) | Warmup ]
[ 10 Sec Video Compilation (x3) | 260 Game Video Compilation | IndieCade Deal | Ludum Deals (Unity Deal Ends Soon!) ]
All posts, images, and comments are owned by their creators.
In 48h
No seriously, I think the game jams are the best way to learn
Vague as hell.
I’ll agree with my friend Pierrec here and say that jams are a great way to stop faffing about and actually get to work, especially for dreamers (procrastinators) like myself. So drop whatever you’re doing in April, and join us in making games.
I guess you’re looking for some tech tips so here goes:
If you don’t have much programming skill, your best bet is to use a game making environment.
Pierrec uses Adventure Game Studio if I remember correctly, other popular options are Game Maker, Unity, Multimedia Fusion and Construct. This list if far from complete, but it should get you rolling.
If you have a background in coding or are willing to follow some relatively steep learning curves, I high-level programming language with a graphics library is a great option. (High-level actually means easy to use. It is opposed to low-level, which involves actually fiddling with the lower levels of computer technology, like memory management).
I like to use Lua and Love2d, I’ve seen some great games made with Javascript and HTML5 or Python and PyGame
I would discourage going to C, C++ or other more complex languages for your first game, you will find yourself bogged down in technicalities rather than making an awesome game.
For graphics, I like to use GIMP, it’s got everything I need, and for audio, I use commercial software, but there’s a free tool called SFXR or BFXR with you can use to make neat retro sound effects.
Unity is great, fast, and easy
Why is there a ‘mcpixel’ tag?