Skip to main content

AbDUCKtion

No update on my Semester one project I'm afraid. But I do have something else to show. As an introduction into state machines we are currently making a bad clone of the classic Asteroids. Using pictures we took, we are supposed to make a small Asteroids game. You can shoot and ... Well that's it. You can shoot, the rocks explode and there you have your game.

So here is what I made

First of all, I worked on this project as much as I had to and not a single bit more. So don't expect a good game. 

I mentioned that we had to use images we took ourselves. Well among other things, I took pictures of a swan, some tires, and a van. So I thought about it for a while and I now present to you:

AbDUCKtion  

 

The players ship has been replaced by a van, the rocks have been replaced by a swan, and the projectiles are tires.

The name (as you can tell) is a truly terrible pun. Not only aren't there any ducks in the game (only swans), but the van is brutally shooting the poor animals into pieces. (Side note: When a swan gets hit by a tire, it splits up, it doesn't actually die)

So yeah. That's what I have been working on for the past week. A bad, buggy mess. (And don't even get me started on the non rotating hitboxes)

Comments

Popular posts from this blog

A new project

It is time to start a new project. Not only so I have something to work on, but with another semester comes another project. This one is quite different though. Not only is it a group project, it is also a lot more free, but also professional than the previous one.  Not only are we required to have at least one meeting a week, but we also have free choice over game engine, genre, theme, you get the idea. The only thing we are required to include is some connection to the number ten. This project only started this week, so there isn't that much to talk about yet, but I'll explain what we've got so far. The group My group (which was assigned to me) consists of four people. We have been grouped up to fill out each others weaknesses, and so everyone can do what they are good at and what they enjoy. For example, coding is my specialty, so I am the main (or rather only) software engineer in my group. This means that I get free choice over the game engine and some other software. ...

README

You might be wondering "What the hell did I just stumble upon?" And rightfully so.  So let me explain what this blog is.  I am a coder from Germany, who is currently attending the NC Games Development Course at Edinburgh College. In this blog, I will post updates on my college life and coding projects. Right now, I am working on my video game for the first semester at college. I have been programming for a few years now, and the development on the game is going smoothly. However, I have yet to decide what the game is going to be called. The game ...is a 2D platformer, with focus on... existing? It is my very first time making a game, so just producing something fun and engaging is the main goal of the game. The idea The player is a dementia patient, struggeling with their mental illness. Having become unaware of their surroundings, they travel through an empty world, running from their illness chasing after them. As you progress through the levels (There are only 5 planned as...

The struggles of planning

I am now a few weeks into the group project, and it is time for an update. Specifically, I will talk about news about the game, as well as the struggles of coordinating a team (even a team of just four people). Devlog Starting with updates about the game. Being about two weeks into development, I would say that progress is going about as expected. Learning a new game engine is of course a pretty big task, but with the help of Google this didn't turn out to be a big problem.  The game's main mechanic is the use of abilities. These are rather quick to implement, once the ground work has been laid. As of right now, there are 12 abilities, with hopefully more to come.  I also worked on resolution scaling, which turned out to be way easier than explexted. Just changing the window size and setting the scaling mode to 2D was all that was needed for it to work. I did also have to adjust the values of all abilities, but that didn't take longer than 10 minutes, either. Lastly, I got ...