Unreal Engine 3 is now free

Epic decided to offer Unreal Engine 3 for free to non-commercial applications. Sounds kind of weird considering it’s one of the best and most licensed engine out there, but maybe the recent release of Unity 3d free for all uses made them consider this option. Named UDK (Unreal Development Kit) you can download it here and have access to all tools and features that the full commercial Engine contains, well, except for the source code of course....

November 5, 2009 · 1 min · 104 words · David Amador

Prototype for xna7day competition

I decided to make a game for the xna7day competition, in which we have to make a game that only uses 2 keys, so absolutely no analog input and it has to be built on xna of course. This is a great opportunity to test my engine Basalt. I decided to make a puzzle game, basically the rules are the same of a 3 in line game. This is what I have so far....

October 29, 2009 · 1 min · 74 words · David Amador

Building an 2D Game Engine in XNA - Part 1

I decided to starting writing a series of tutorials for building an 2d XNA game engine. Keep in mind that while the main focus is 2d nothing prevents us from adding the 3d stuff later but for now we will stick to 2D. It’s not very original but I’ll call this the Bay Engine. If anyone else has a better idea let me know. Requirements: You must have some Object Oriented Programming background to full understand what we will do here....

October 16, 2009 · 1 min · 112 words · David Amador

XNA Camera 2d with zoom and rotation

07/01/2011 – By popular request updated to XNA 4.0, xna 3.1 code is still there too One of the things I keep finding is people asking how to do a simple camera 2d in XNA. Today I decided to contribute with my own solution. Most of the time the solution given is to have a class camera with a Vector2 position and when drawing the sprite batch to subtract the camera position to the sprite position itself....

October 12, 2009 · 3 min · 433 words · David Amador

Basalt gains a media player

So I’ve been working on a sort of media player in order to play movies on my 2d engine Basalt made on top of XNA. By extending my class Object2d I manage to get this pretty cool result. You can even apply shaders to it. Since I extended the class from Object2d I can rotate, scale and set a position to the video besides regular options like play/pause, fullscreen etc. For those who don’t know the video playing is a chunk of the series Naruto Shippuuden

October 4, 2009 · 1 min · 86 words · David Amador

Game Competition

Some time ago I decided to launch a new website with a 48h Game Competition. We are now 2 days away from the Compo#1. This is for every indie game developer wannabe =) [Edit] The first competition is now over. Check the results here One of the games made in the competition

September 17, 2009 · 1 min · 52 words · David Amador

XNA Sprite Sheet

I decided to take the morning to make a small sprite sheet editor for our Xna engine. This way the artist can easily define the sprite areas and their origin saving in a file that can later on be loaded on the engine. Not very fancy yet but it gets the job done. Next step will be making an animator editor.

August 23, 2009 · 1 min · 61 words · David Amador

Xna 2d Engine

Lately whenever I’m off work and I have the time I’ve been working on a 2d Engine in XNA. We named it Basalt. Cool hum? lol I have almost everything done, since sprites, to sprite animations, scenes, layers, resolution independent engine, game state and a lot of other cool things. On a recent post I’ve showed a 4 split screen prototype, that was made in Basalt. Also I’ve been working, even though on a slower pace on Shappire, the editor and a sprite sheet editor, for the animations etc....

August 14, 2009 · 1 min · 98 words · David Amador

DBP deadline is over, maybe next year.

Dream Build Play submission deadline is over. Unfortunatly I didn’t had the time to put my prototype working. Maybe next year. I always had the impression I would finish it on time cause the main goal was always IGF. Meanwhile I’ve been busy making the arrangements for The Indie Bay 48 hour game development competition. The idea is for every entrant to make a game in 48 hours using a given theme or topic....

August 6, 2009 · 1 min · 110 words · David Amador

Pugna prototype

Hello there. Yes i know I haven’t updated in awhile, I’ve been really busy. So the deadline for Dream Build Play is 5 days from now and up till yesterday I haven’t made anything. My goal was to have a prototype by now to submit to DBP, but I ain’t got anything. So today I decided to see what I could do from scratch, and not related to the main idea that Rita and I have for the game we should have submitted....

August 1, 2009 · 1 min · 212 words · David Amador

Game Contests

I finally decided to compete on IGF. It’s been for a long time I wanted to make a game but time is always short and It’s been postponed like forever, but this time I’m really going to do it. I haven’t started the development itself but the ideas and what we want to do as a game is decided. I won’t reveal anything by now, just that I’ll be working with Rita, because the idea is to launch this as a Different Pixel game and that the target platform is PC/Xbox360....

May 29, 2009 · 1 min · 153 words · David Amador

Testing iPhone Sdk and MacOSX

So last weekend I finally got my hands on a fully operational Mac OSX with the iPhone SDK so I decided to give it a try. First of all I had to set myself comfortable with this new OS since I’ve always used Windows. It’s not that hard and most of the things are straitgh forward. I booted up X-Code and decided to test an iPhone Application and after 3-4 hours of researching and testing I managed to get a sprite on screen that moves to were I press on screen....

April 29, 2009 · 1 min · 165 words · David Amador