WhateversCleverOnline.com


 
 

< HOMEPAGE

Get Started in Computer Game Creation


Getting Started in Game Creation

I’ve always loved video games, ever since I first played them on a friend’s computer in the afternoon after elementary school. There’s something almost magical about the fact that we can move images around and interact with virtual worlds, a living fantasy presented for us to interact with however we please. I’ve also always wanted to make games myself but, until recently, didn’t have the technical knowledge to do so. Now, I’m a second year software engineering student, so if I weren’t able to code a game without too many dramas there’d be something drastically wrong. But what about the common person: the person for whom the term ‘memory leak’ conjures up images of their grandfather, ‘pipeline’ is where the water flows, and ‘blitting’ is unheard of? Well, everyone can get in on the game creation process, and you don’t even need to learn ‘real’ programming to do so.

So where do games start? With an idea. Games, like all fiction, require an idea to be successful. Sure, in the same way you can just sit down and write a story without foresight, you can jump on in and slap a game together. However, unless you get ridiculously lucky, the best works are usually the ones that have been well thought out beforehand.

There are two methods of planning a project. You can start from a known technological standpoint and build your project on top of that or you can just go for the design, add as many features and ideas as you like, and then remove the ones that you can’t use when you’ve decided on the technology you’re going to implement the game with. In general, the second type is probably the best one to go with when designing games. When you’re first starting out however, the first option will save you many headaches.

So, for a first game you’re going to want a pretty simple idea. Don’t get me wrong, crazy-go-nuts game ideas are fantastic, and there should be more of them out there, but you’re not going to be able to create a real world simulator with fifty billion virtual people all interacting real time with your actions having a butterfly effect on the future of the virtual universe when it’s just your first game. Really. Many people try it; none that I know of have succeeded. Imitation is the best way to start out. Simple games such as ‘Space Invaders’, ‘Tetris’, ‘Pacman’ or even ‘Pong’ are great places to start. All are largely simple to create but have some inherent challenges. ‘Pacman’ for example, requires path finding for the ghosts. I recommend that you start even simpler than that for your very first attempt. ‘Space Invaders’ is a nice point to jump in. You can make a simple, complete game without much effort and it’s almost infinitely extensible.

If you’re stuck for an idea, pick a genre that you enjoy. Do you love adventure games such as ‘Monkey Island’, ‘Grim Fandango’, ‘Space Quest’, ‘King’s Quest’ etc.? Design one of those. Are you into fighting games like ‘Street Fighter’, ‘Tekken’, ‘Soul Calibur’, ‘Mortal Kombat’ and so on? Come up with an idea for that. Do you like first person shooters such as ‘Quake’, ‘Half Life’ or ‘Doom’? I don’t recommend it as a first project, but you can always give it a go. Feel free to be as generic as you like, this is a learning experience after all.

Now that you have your idea it’s time to flesh it out. Don’t worry about the technology or the fact that you may not know how to actually implement a game just yet, just grab yourself some paper and a pencil and go crazy with ideas. Describe the main characters, game play, goals, interactions, story, and key mappings, anything you can think of. Make sure you have enough detail so that someone can read through the notes and play through the game in their head with relative accuracy. Changing game design during the coding process is almost always a bad idea. Once it’s set, it should remain set until the tweaking phase (I’ll go into this more later) or you’re likely to enter ‘development hell’, where the project goes on and on; more and more work is done with less and less outcome.

At the end of this period of your game creation, you should have the following:


  • A written outline of the game’s characters and possibly a sketch or two (be they space ships, yellow circles, cars or the prince of the dark kingdom of Falgour, you need to know who or what the player will be and who they will compete against)

  • A written outline of the story (if there is one, this isn’t too vital for ‘Space Invaders’ or ‘Tetris’, but for ‘Uber Quest: An Adventure of Awesomeness’ it’s a really good idea)

  • A description of game play, written or storyboarded. Storyboards are visual representations of ideas. Draw your characters in actions, with arrows showing the flow of action and short written descriptions detailing the events occurring in your image (because some of us aren’t fantastic artists and our images can be a little… open to interpretation…)


Now that you have a fleshed out idea, it’s time to work out how this will all get put together. If you’ve gotten to this point and are worried that you’re going to have to spend years learning complex programming languages in order to implement your idea, fear not! Others have already done the hard yards for you. There are many RAD (Rapid Application Development) Tools available for game creation, a number of which are available for free online. Some of them still require you to learn a ‘scripting language’ (a simplified programming language made for a specific task) but in general this isn’t too complicated or involved. I’ve compiled a brief list of some of these I have found at the end of the article. The free ones are listed first, organized by game genre.

Well, that should be enough to get you started in the creation of your game. The most important thing to remember once you’ve gotten this far is that you need to complete your game. Many people start a project and then lose interest and it fails, or they keep moving on to one new project after another without finishing anything. Start small, build a working (if simple) game that is, above all else, complete. When you get to this stage you will always have a huge number of things that you wish to change, fix etc. but you’ll get a great feeling from knowing that it is, in its way, finished.

From this point, you can start the tweaking phase. Play your game a few times and ask others to do the same. Take note of what isn’t fun or could be better and change things here. At this stage, it is more important than ever to keep backups of previous versions so that if a change doesn’t work you can go back and try something different without losing any of your work. It is at this point that you can add all new features, improve graphics and sounds, whatever you please, safe in the knowledge that you’re working on a solid foundation.

When you’re happy with your game, why not share it with the world? There are many cheap or free places out there for you to host your files on and then you can jump on link lists and forums and let everyone know about your creation. Well, I hope that this has been a helpful introduction into the art of creating games. It’s a great deal of fun, and can open whole new avenues of creative expression for you to explore. Jump in and have fun!

Links:

General Game Creation:


(Tools that allow easy creation of many different game types)


Game Maker: http://www.gamemaker.nl


MegaZeux: http://megazeux.sourceforge.net/

Adventure Games:


(Games such as Monkey Island, King’s Quest, Space Quest etc.)


Adventure Game Studio: http://www.bigbluecup.com


AGAST: http://www.allitis.com/agast/


3D Adventure Studio: http://3das.noeska.com/


ADRIFT (for text adventures): http://www.adrift.org.uk/

Role Playing Games (RPGs):


(Games such as Final Fantasy, Breath of Fire, Diablo)


RPG Maker:


OHRPG: http://www.hamsterrepublic.com/ohrrpgce/


RPG Toolit: http://www.toolkitzone.com/

Fighting Games:


(Games such as Street Fighter, Mortal Kombat, Tekken, Soul Calibur etc.)


KOF91: http://sourceforge.net/projects/kof91/


MUGEN (unfortunately the site is largely in French): http://www.streetmugen.com/mugen-us.html

Side-Scrolling Games:


(Games such as the 2D Mario Games, Sonic the Hedgehog, Double Dragon etc.)


The Scrolling Game Development Kit: http://gamedev.sourceforge.net/

There are many others available as well. One particularly useful site for finding game creation tools is: http://www.ambrosine.com/resource.html

Also of note, although not freeware, are the excellent game creation tools available by Clickteam at: http://www.clickteam.com/English/

Klik and Play and The Games Factory in particular are the programs to have a look at and download the free demos of.

If you really want to do things right and program the game yourself, there are some excellent programming resources available at the following locations:

Java Game Programming:


http://fivedots.coe.psu.ac.th/~ad/jg/


http://www.gamedev.net/reference/articles/article1262.asp


http://javaboutique.internet.com/tutorials/Java_Game_Programming/

Visual Basic Game Programming:


http://markbutler.8m.com/vb-tutorial.htm

C++ Game Programming:


http://www3.telus.net/alexander_russell/course_dx/introduction_dx.htm


http://www.rit.edu/~jpw9607/tutorial.htm

General Information:


http://www.gamedev.net/


http://www.gamasutra.com/

Daniel Punch


M6.Net


http://www.m6.net


Daniel Punch is a university student learning how to make a living by having fun.


danielp@m6.net



Written by: Daniel Punch

NAVIGATION

10 Easy Steps to Speed Up Your Computer Without Upgrading

10 Power Tips for Presentations with Computer Projection

10 PROVEN TIPS TO SURVIVE A COMPUTER CRASH

10 Secrets To A Healthy Computer And A Happier You

10 Tips on Computer Clutter Clean Up

14 Household Ways To Protect Your Computer From Viruses

3 Simple Ways To Save A Bunch Of Money When Buying A New Computer

3 Summer Computer Tips

30 Secrets Of A Good Computer Lesson

4 Computer Money saving Tips

5 Critical Steps to Protecting Your Computer on the Internet

5 Simple Ways To Increase Your Computer Speed

5 Stress Reducing Computer Tips

5 Sure Fire Tips for Buying a New Computer

5 Tips For Buying The Right Laptop Computer

5 Tips to Color Code Your Way from Computer Chaos to Coherence

5 Ways To Make Night And Weekend Computer Life Rich

5th generation Computers Corporate infrastructure

6 Essential Steps to Protect Your Computer On the Internet For Free

6 tips for Keeping Aurora Away from your computer and 1 tip to Fix it if Aurora has Gotten You

7 Barebones Computer Buying Tips

A Guide to Computer Desks

A Hacker Inside Your Computer

A Look at Computer Desks for Children

Advancement in Computer Technology

Adware Are Your Business s Computers Secure

All About Computer Viruses

An eBay Computer Purchase

Are cyber criminals phishing your identity from your computer

Are You At The Mercy Of Computer Geeks

Are You Being Mislead By Your Current Computer Dealer

Are You Making Any Money With Your Computer Yet

Are You Saving Money With a Computer Support Plan

Avoiding Spam Scams and Computer Viruses

Back that Thang UP Insure the Data on Your Computer

Basic Computer Thermodynamics

Be Prepared in the Event Computer Disaster Strikes

Beat The Bugs Helpful Links That May Help You Combat Annoying Computer Viruses

Becoming a Computer Trainer

Beeps Your computer is telling you something

Broadcasting Mp3 Audio Via Computer The Looney Tune World Of Podcasting

Build your first computer from hardware scratches

Build Your Own Computer

Build Your Own Computer or Buy

Build Your Own Computer What to Look for in a Case

Buy a home through your home computer

Buying a computer Ask these 3 questions

Buying a Used Laptop Computer

Buying computers at a discount with peace of mind

Buying DDR memory for your computer

Buying Guide for Laptops Personal Computers Notebooks

Buying the Perfect Computer The FIRST Time

Career Track Computer Programmer

Career Track Computer Software Engineers

Choosing a Laptop Computer Based on Hardware and Software Needs

Classification of Computers

Combat Computer Spyware An AntiSpyware Program Isn t Enough

Computer Aided Design Contracting Tax Concerns In The UK

COMPUTER BACKUPS

Computer Business Opportunity Provide Huge Profit Potential

Computer Buying Advice For Novices

Computer Career

Computer Case Modding

Computer Cases The Basics

Computer Certification Anticipation vs Nervousness

Computer Certification Become A Utility Player

Computer Cleaning

Computer Cleaning May Be The Best Home Based Part time or Full time Business

Computer Components for Idiots

Computer Consulting 101 Hiring Tips Part 1 of 2

Computer Consulting Profit Secrets

Computer Controlled LED Signs

COMPUTER COURTESY

Computer Data Backup Data Backup Solution Will Give You A Peace Of Mind

Computer Data Backups Test Now or Cry Later

Computer Data Recovery Options

Computer Disposal Throwing Away Your Computer Money and Idenity

Computer Do s and Don ts

Computer Equipment Disposals and Recycling

Computer Geeks and Garden Gnomes

Computer Graphics They re Not All The Same

Computer Hacks Quacks Looking for Cracks

Computer Hardware Preventive Maintenance Software

Computer Help Desk Stupid Questions brought to you by Computer Service Now CSN

Computer Homeschooling the added advantage in african american children s education Part 1

Computer Hygiene Take Out The Trash

Computer In The Shop What Do You Do Now

Computer Insurance

Computer Loans An opportunity to have a computer of your own

Computer Loans Become Techno Savvy the Easier Way

Computer Maintenance and Improving PC Performance

Computer Monitor Buying Guide

Computer Network Designing

Computer Network Installation

Computer Profits From Home What s Right for You

Computer Rental Worth Your Money

Computer Rentals The Best Classroom Computer Training Solution

Computer Running Slow Here s One Reason

Computer Security What Exactly Is It

Computer software Excellent prices

Computer Software Genres That Help Students Think

Computer SOS Inc Release of Upgraded League Management Software Package

Computer Support London Network Support London Network Installation London

Computer Tips that Help Small Businesses Operate Profitably

Computer Traumas

COMPUTER VIRUS THREATENS MY HOME BUSINESS

Computer Virus Writer s A Few Bats In The Belfry

Computer Viruses are Bad Luck

Computer Viruses Worms and Hoaxes

Computers and Internet Inspiring Us to Create

Computers and Web Cams are Taking Communication to Levels Only Imagined in Sci Fi Novels

Computers Are Not Scary

Computers are Running My Life

Computers Freedom and Privacy

Computers Introverts and the Information Age

Computers You CAN Master Any Program

Coping with a Serious Data Loss from your Computer Hard Drive

Corporate infrastructure for Fifth generation Computers

Corporate Promotional Gifts The Fridge Magnet Is Dead Long Live the Computer Desktop

Countering the Spread of Spyware on your Computer

D BUST Your Computer Part 1 Instructions for Microsoft Users

D BUST Your Computer Part 2 for Microsoft users

D BUST Your Computer Part 3 for Microsoft users

D BUST Your Computer Part 4 a for Microsoft users

D BUST Your Computer Part 4 b

D BUST Your Computer Part 4 c

D BUST Your Computer Part 4 d

D BUST Your Computer Part 5

Definitions for Computer Modding and Form Factor

Dell Computer Corporation Recall of Latitude Inspiron Laptop AC Adapters

Detecting and Eliminating Computer Viruses at the Gateway

Did You Ever Want to Completely Erase Everything on Your Computer

Different Categories of Computer Games

Dirty Little Computer Viruses and How To Protect Yourself

Distance Learning and Elearning for Computer Techs

Do The Media Spread Computer Viruses

Do You Feel Used by Computers

Do You Know How To Remove Spyware From Your Computer

Do you know who is snooping around your computer right now

Do you need computer training

Dual core computer processors luxury or necessity

Dusting Your Computer Keeping it Cool

Expansion Slots Cards and Bays Choosing the right computer case

Extending the Life of Your Business or Personal Computer Printer

Finally An Understandable Introduction To Computers

Five Simple Steps to Speed up Your Computer

Focus On White Collar Crime Accounting Fraud and Computer Crimes Creates Need For Qualified Investigators

Gaming Computers and Computer Modding

Get Ahead When You Build Your Own Computer

Get Valuable Computer Based Training Online FREE

Getting Started In Information Technology Computer Consulting

Good News Bad News of Computer Security from a Keen Non Techie

Guide on How to Land Computer Jobs

Hackers Given Access to IRS Computers

Hardware for Computer Desks

Have You Invited A Spy Into Your Computer

Healthy Webmasters Choose Ergonomic Computer Products

Heliodisplay Computer Video With No Screen

Help Keep the Computers on Earth Clean and Healthy

Help Keep The Computers On Earth Clean And Healthy Protect Your Techno Friends From Viruses And Sickness

Help My Computer s Being Invaded

Help There s an Intruder in my Computer

Hidden information is stored on your computer about every url you ever visit

Home Computer Desks A Variety of Options

Home Office Tip 2 Computer Health Hazards

How a Computer Consulting Business Can Help Your Company

How Much Money would it cost you to regain the use of your computer after a serious virus infection

How Protected are You Safeguard Your Small Business from Computer Viruses

How Safe is Your Critical Business Data on Your Computer System

How Spyware Blaster Can Protect Your Computer From Harm

How to backup your computer data

How to Backup Your Computer Files

How to Become a Computer Consultant

How To Buy The Right Computer

How to choose a new hard drive for your computer

How to choose your computer

How To Deal With Computer Problems

How to Get a FREE Computer Scale Printer from DHL

HOW TO GET THE COMPUTER YOU WANT WITHOUT SPENDING A FORTUNE

How to Have Your Computer Cake and Keep Your Family Too

How To Keep Your Computer Virus Free

How To Optimize Your Online Time Through Efficient Computer Use

How to Prevent Computer Security Risk and How to Keep Your Small Business Safe

How To Prevent Spyware Attacking Your Computer

How To Recognize If Your Computer Has A Virus Or Trojan On It

How to reduce Computer problems

How to safeguard your computer

How To Save Big Bucks On A Laptop Computer

How To Stop The 1 Cause Of Computer Slow Downs And Crashes

How To Take Care Of Your Laptop Computer

How To Take Good Care Of Your Computer Even If You Are A Clueless Newbie

How To Work At Home Using Your Computer Even If You Can t Type

How Viruses and Spyware Get In to your computer

HR MANAGERS USE COMPUTER FORENSICS TO INVESTIGATE EMPLOYEE ALLEGATIONS

Hurricanes Wilma Katrina And Rita Force Businesses To Rethink Computer

I Spy Something Terribly Wrong In Your Computer

If You Had Problems in the Past with a Computer Virus Then You ll Want to Know How Easy it is to Setup Firewall Protection

Image conversion In Computers

Important Steps to Protect your Computer from Hurricanes

In Computer Memory what is CAS Latency

Is DVD Storage An Attractive Alternative For Your Computer Backup

Is Spyware Slowing Your Computer Down To A Crawl

Is your Computer a friend or a Dirty Name

Is your Computer Infected with Spyware

Is Your Computer Sick

Is Your Computer Slow and Sluggish Take These Steps To Speed It Up

Is Your Computer Strong Enough For A work From Home Internet Business

Jobs Online How To Get Your Computer to Work For YOU

Keep A Diary Of Your Computer

Keep Computer Training Simple Please

Keeping your Computer Spyware Free for Free

Laptop Computer Extras for the Mobile Traveler

Laptop Computers and the PVP Effect

LCD Touch Screen Computer Monitor

Learn How To Hide Files and Folders On Your Computer

Learning Math and Dosage Calculations Using a Computer Program

Local Company gains Four Nominations in Computer Trade Oscars

Make a place for computers in children s world

make alot of mney using ur computer

Make your computer read selected text from any application with a single keystroke

Make Your Fortune in Computer Services

Make your own Computer Software without Programming

MCSE CCNA How To Choose A Computer Certification

More Computer Consulting 101 Hiring Tips Part 2 of 2

My Computer is Making a Strange Noise

My dad listens to music all day on his computer

Newbie Of course you can make money working from home on your computer

No Computer Sound

Notebook or Desktop Computer Which Should You Choose

One Way to Solve Memory Problems with your Computer

Optimize Your Computer For Peak Performance

Organization Tips How to Organise Your Computer Files

Organizing Your Desktop Computer Desktop That Is

Paranoia or Are Public Internet Computers Dangerous

Performance Computer Chips For Cars And Trucks

physical topology of a network refers to the configuration of cables computers

Preventing Malicious Spyware or Adware from Hijacking Your Computer

Protect and Secure Your Computer Life

Protect Your Computer

Protect your Computer and Internet Privacy

Protect Your Computer and Your Business

Protect Your Computer And Your Personal Information From Spyware

Protect Your Computer System With A Comprehensive Security Policy

Protecting Your Computer from Adware and Spyware

Quick Guide to Computer Training

Rackmount Computer Keyboards

Rackmount Computer Monitors Provide Dependability

Read Chinese Online How To Configure Your Computer To Display Chinese Characters

Real Estate Records In The Computer Age

Refurbished Computers on the Internet

Reinstall Windows XP On Your Computer

Removing Bargain Buddy Adware from your Computer

Reviving Old Computer Games

Secrets to SpyProofing Your Computer In Four Easy Steps

Secure Your Data Windows Data Backup Computer Software

Securing your Computer to Keep Up with Internet Threats

Security necessities to prevent your computer from Spyware

See How To Revive A Dead Computer

Setting up Your New Computer How To Move Your Old Files to Your New Computer

Should You Buy A Cheap Computer Desk

Some Computer Forensics Basics

Speed Up Your Computer Inner cleansing tips for your pc

Spyware Protection A Must for Any Home Computer

Starting A Home Computer Business Is Still Smart

Success at Work Techniques Computer Literacy

Survival Without Computers

Ten Great Careers For Computer Geeks

The ABCs Of Computer Memory

The Benifits of Assembling Your Own Computer

The Charm of an Oak Computer Desk

The Complete Guide To Spotting Computer Spies Recording Devices

The Computer Friendly Resume

The computer virus that could take advantage of you

The Cost of Spyware on your Computer

The Evolution of Technology The History of Computers

The Flexibility of Roll Top Computer Desks

The Future Of Computer Certification Exams

The Great Underutilized Computer

The Hidden Benefit Of Computer Certifications

The History Of Laptop Computers

The Need for Rackmount Computer Cases

The Newbie s Guide to Personal Computer Maintenance

The Secret Computer Virus That is Virtually Undetectable

The Single Least Expensive Yet Most Valuable Way to Upgrade Your Computer s Performance

The Top Twelve Threats No Computer User Should Ignore by Kai Chandler

The Trials and Tribulations of A Confused Computer

The Trials and Tribulations Of Learning A New Computer Skill

Thinking about earning your computer degree online

Three Things You Can Do to Keep Your Computer Running at Maximum Performance

Tips for Buying a First Computer

Tips For Finding Great Deals On Computer Accessories Supplies

Tips For the Late Blooming Computer User

Top 10 things everyone must know about computer viruses

Top 10 Ways to Protect Yourself from Computer Viruses

Transfer The Digital Camera Images To Your Computer

Twelve Things You Should Know to Save on Computer Software

Twelve Threats No Computer User Should Ignore

Types of computer infections

Ultimate Checklist On How To Revive A Dead Computer

Understanding Computer Memory

Understanding the Software Layers of a Computer

Unleash The Dragon Inside Your Computer

Update your computer system with bad credit computer financing

Use Internet Resources To Get Rid Of Computer Viruses

Use Your Computer For Your Entertainment Needs

User Friendliness Do Computers Have to be Clinical and Boring

WARNING Do not buy a computer until you read this

Watch Out For eBay Automobile And Computer Scams

Watch out for spyware programs that slow down your computer system

Watch Out For Spyware Programs That Slows Down Your Computer System

What are Rackmount Computers

What is a Protocol the communications between computers on a network

What Is Computer Programming Anyway

WHAT IS SPYWARE AND HOW DO I REMOVE IT FROM MY COMPUTER

What Paper or Computer Files Should You Keep

What s in a Computer Name

What to look for in a Computer Classroom Rental

When to rent a laptop computer

Which Notebook Computer Has Your Name On It

Who s Peering Into Your Computer

Why Build Your Own Gaming Computer

WHY CONSULTANTS DON T TELL ABOUT COMPUTER SECURITY

Why Do I Need Anti Virus Software For My Computer

Why More Women Should Consider a Career in Computer Programming

Wireless The new trend in Computer Rentals and Projector Rentals

Work A Home Computer Jobs Are Plentiful

Work At Home Computer Jobs Can Give You Freedom

Work From Home Using Computer

You Can Stop Computer Viruses

You Voice On Your Own Computer

Your Affiliate Business Peripherals Software Computers

Your Computer Can t Keep Time

Your Computer May Be Infected Here s how to check

Your Computer May Be Infected Here s How To Check NOT about virus

YOUR PRIVACY EXPOSED Computer Forensics International uncovers secrets about recycled hard drives

Zen and the Art of Buying Computer Parts

© WhateversCleverOnline.com - All Rights Reserved