Question:
What is a program where you can create your own game?
1970-01-01 00:00:00 UTC
What is a program where you can create your own game?
Six answers:
tullier
2016-09-09 08:35:05 UTC
GameMaker. I've used this application thousands of instances ago, it is excellent. It guves you complete manage of your recreation. But you ought to acquire it. You can get a path variant for the primary month and hopefuly conclude you recreation by way of then.
?
2010-03-19 07:01:06 UTC
If your a student you can get a free copy of microsofts XNA Game Studio.
Jason
2010-03-19 06:23:04 UTC
When I was younger I used to always use:



Rpg Maker (there are different versions, just look it up on google)



Old school sprites, lots of character customization (spells, leveling curve, stats, monster stats, level editors, all that good stuff)



With enough practice you can make your own game without anyone's help besides of course using some sprites and sounds.



I almost had a fully working Trigun game that my friend and I were building. We moved on to other things and never finished it, but it was going great.
?
2010-03-19 06:22:45 UTC
As long as you're not planning on selling your game, you can download the Unreal Development Kit for free. This will allow you to make a game using the same tools that power titles like Gears of War and Bioshock.
?
2010-03-19 06:19:11 UTC
Game Maker 7 look it up on google. it makes simple sprite games.
2010-03-19 06:45:31 UTC
Scratch:

http://scratch.mit.edu



It's designed for kids, but don't let that fool you. It's an excellent tool for getting started in gaming and animation. It's actually better than gamemaker, and totally free. You can easily use a number of built-in sprites, and you can import any image you want to use as a sprite. It also has a built-in graphic editor and sound recorder. The programming is done with a tile-based approach, so there's no typing. It's powerful, but reasonably easy to figure out. The output can be posted on web pages as Java applets.



If you want to go 3D, you can look at Blender:

http://www.blender.org



This is a full-blown 3D modeling package. There's a learning curve, but it's worth it. Blender features a tile-based programming system, but you can also program directly in Python. Blender is available for free for every major platform.



If you're ready for a real programming language, Python is a good choice. It's free, works on any platform, and is a reasonably easy language to pick up. The pygame library greatly simplifies graphics, and I've written an extension that makes games even easier to write. (See my website for more on this.)


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...