Skip to main content

Indie Game: The Movie

I watched a movie of developing indie games recently, here are some general questions and answers of the film:

1. What are some of the difference between "big games" and "independent games" in terms of style/concepts and how they are made?

Some of the main differences between "big games" and "independent games" include the budget, workforce size, motivation, idea "filters" and the time it takes to develop. Big games are almost always supported or created entirely by a large corporations that can allow for large budgets to make games. This results in a large work force relative to indie games. As expected by large companies, the motivation for making these large games is often to make as much profit as possible and to allow for sequels. In the film, they also comment on the idea that large corporations also have to have game ideas that are "smooth and polished", to allow for the largest audience possible. To do this, the production of theses games have "filters" that make sure any concepts are not too obscure. Finally, the large workforce allows for the time period of even very sophisticated games to be relatively short. In contrast, indie games have next to no budget when it comes to developing games, except for games which are follow ups to earlier successes. Even so, they always keep only a small group of developers, which has its pros and cons. The small budget often allows for the game to be created for the purpose of creating a great game, with profit coming after. The smaller workforce or development crew also allows for flexibility in the concepts that are the bases for the game. However, this also leads to a longer time required for the game.

2. What are some of the difficulties the developers in the film had to overcome?

In the film, the indie game developers had to overcome obstacles such as their small budget, small workforce, mean comments, game release deadlines and overall personal issues. Both the developers of Super Meat Boy and Fez in the movie suffer from the lack  of money as they often spend all their time working on the game,eliminating their chance to have a job and sustain the game's creation. The games are also similar with their small work force which puts a lot of work onto a person and forces them to know all the aspects of a game. Because of the pace at which the game is worked on, it causes fans who are anticipating the game to become frustrated and outwardly aggressive to game creators in the form of mean comments. In addition to this, the game also has to be rushed sometimes to allow for better sales in events or just set release dates. All this leads to the designer(s) of the game to have anxiety as they work on their game, always feeling like it is going to fail as a game. They also have other issues such as the severing of relationships because of the commitment and time it takes to build the game.

3. What do you think you would like about working on an indie (independent) game? What do you think you might not like?

I think I would like the experimentation of the concepts of the game the most as they'd allow me to get creative and have fun at first. I would also definitely appreciate the way it would allow for me to work with the comfort of home. I'd also appreciate the creative freedom that I would have making a game. I definitely would not like the idea of working on a small budget as it would likely mean a death sentence to my "career" if it failed. The way it would take away from my quality of life would also suck as  it would not motivate me at all. Also, it would be bad to spend hours a day sitting in front of a computer.

4. What is some advice you could offer to someone who is trying to create their own game, based on what you learned in the film?


For creators making games, I would recommend actually watching the film to understand what they are actually committing to. If they were making a "big game", I'd tell them to follow their superiors otherwise they'd get fired, unless they want to make an indie game on their own. If they were making an indie game, I would advise them to get themselves enough money to last them for a few years and hire some people.

5. For the developers, what is the best part of completing the creation of a game?


For the game developers, the best part of completing the creation of a game would be, I think, to be able to put their game and ideas out into the world and sharing it. Allowing the burden of a game to be lifted off their backs.

Comments

Popular posts from this blog

GameMaker - Asteroids - Part C

I've now finished the Asteroid and the google drive link is  here . Like before, the tutorials were a little fast paced for me but I managed to keep up by asking for help or re-watching the videos. I also, again, found that I made several typing errors especially when I though I knew what I was doing and did not follow the tutorials.This time however, I had problems with trying out some new ideas that were not used in the videos and which I came up with myself. I wanted to assign different image indexes of the same sprite to different on objects. This was a little confusing for a while, but with a little help and eventually realizing that I couldn't use a shortcut got me to get what I wanted. Other than that I made some artistic changes in the way the background, spaceship and asteroids looked. I also tried to change the mechanics of the game, in this case, by making the bullets that shoot out of the ship what propel the ship.

Game designer skills

Mathematics: I believe I would have skills in the mathematics section of game design. I find math simple to understand and relatively easy to remember as little concepts like multiplication and algebra can make up one large and complex equation. I also find risk in games like poker interest me as they force you to think and make the best choices for yourself. I could also apply my knowledge for things like input-output equations that would help come up with scoring systems that would take into account things like time or speed. Math could also help if i had to do patches for games to change certain things which, if collect enough information, I can use math to fix. Cinematography: I believe that I could be of use in the cinematography parts of game design as it works with what I learned in media arts 8 with the placement of the camera and the different shots that come with making a movie. I have also seen videos that have taught me about things like blocking and how to set up scene...

Scratch Level 3 - Pong

Project page:  https://scratch.mit.edu/projects/185441294/ 1: While putting together the game, I faced a couple of problems. One of these problems was with how fast the ball started off and did not allow me to react quick enough, to fix this, I lowered the starting speed of the circle. I also found the game would take too long to get someone to score, so, I increased the rate at which the ball sped up. The coding was hard to keep track of at times, which I remedied by watching the tutorial and looking at the code often. 2: To differentiate my game from the tutorial, I first made the game a multiplayer game with two players as it was simple and allowed for more fun. I also played with the background, paddles and the circle. For the paddles, i used trampolines as it made sense with the circle bouncing around. I also used the button from the Watchmen, a graphic novel, and the background was just of a country I want to travel to. I also created a point system that allowed made the...