![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programming Student
Join Date: Feb 2008
Location: Baltimore,MD,USA
Posts: 28
Rep Power: 0
![]() |
Game Tools
Hi everyone, I know that it is impossible to design a game if you do not know how to code, all im curious about is what tools I would need to make a simple 2D game
__________________
I Want Dat Pie |
|
|
|
|
|
#2 |
|
Game engine designer
Join Date: May 2005
Location: Sweden
Posts: 312
Rep Power: 4
![]() |
Re: Game Tools
If you want a simple, start - check out GameMaker.
__________________
http://www.klarre.se |
|
|
|
|
|
#3 |
|
Programming Student
Join Date: Feb 2008
Location: Baltimore,MD,USA
Posts: 28
Rep Power: 0
![]() |
Re: Game Tools
Say I know how to code in c++, what toools would I need to make a simple 2D game
__________________
I Want Dat Pie |
|
|
|
|
|
#4 |
|
Game engine designer
Join Date: May 2005
Location: Sweden
Posts: 312
Rep Power: 4
![]() |
Re: Game Tools
Don't know your skill level but, first of all you need, of course, a compiler and a linker to build your application. Then you need some kind of graphics library if you don't want to use the low-level OS functions. Try libSDL if you want a complete cross-platform library with support for a lot of game related functionality. If you want a good graphics library I would recommend you to use OpenGL.
__________________
http://www.klarre.se |
|
|
|
|
|
#5 |
|
Programming Student
Join Date: Feb 2008
Location: Baltimore,MD,USA
Posts: 28
Rep Power: 0
![]() |
Re: Game Tools
Will there be a learning curve for using these tools
__________________
I Want Dat Pie |
|
|
|
|
|
#6 |
|
Expert Programmer
|
Re: Game Tools
|
|
|
|
|
|
#7 |
|
Programming Student
Join Date: Feb 2008
Location: Baltimore,MD,USA
Posts: 28
Rep Power: 0
![]() |
Re: Game Tools
Well im sure theres a learning curve for complex graphic engines like opengl or directx, but I wasnt sure about the 2D engines
__________________
I Want Dat Pie |
|
|
|
|
|
#8 |
|
Not a user?
Join Date: Sep 2007
Posts: 295
Rep Power: 2
![]() |
Re: Game Tools
Can you specify what you mean by 2D? You can make a simple 2D game using just forms and controls, such as a Tetris clone. It wouldn't be too pretty, but it would function. If you're talking about more advanced games like side-scrollers or adventure type games, a library is all but essential.
Gui applications in C or C++, from what I've read, is a bit more complicated than in Visual Basic though. |
|
|
|
|
|
#9 |
|
Hobbyist Programmer
Join Date: Dec 2007
Location: Durban, South-Africa
Posts: 198
Rep Power: 1
![]() |
Re: Game Tools
I tried learning some basics of the XNA Game Studio for C#, and I found it totally different that the normal (non gaming) programming, and a helluva lot harder to wrap my brain around. Even the basics. Decided I will look into it again maybe end of the year, as I still have a lot of C# essentials to come to grips with.
Basically I agree with titaniumdecoy and jabu, expect a bit of a learning curve, but make sure your understanding of the language is good, as that should lessen the learning curve a bit. ![]()
__________________
Be kinder than necessary because everyone you meet is fighting some kind of battle. |
|
|
|
|
|
#10 |
|
Expert Programmer
|
Re: Game Tools
If you want to make a simple 2D game, I believe the Python PyGame library has a relatively gentle learning curve.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Coder's Block Arena - The Game AI Platform | Sane | Existing Project Development | 23 | May 6th, 2008 10:12 PM |
| Visualizing How Game Development Would Take Place | Josef_Stalin | Coder's Corner Lounge | 4 | Mar 14th, 2008 11:52 AM |
| The Black Art of Video Game Console Design | lostcauz | Book Reviews | 0 | Apr 26th, 2006 8:31 PM |
| Java programmers, game developers, artists, be ware! RPG game team is recruiting! | atcomputers.us | Paid Job Offers | 7 | Sep 25th, 2005 8:25 PM |
| Programmers Needed! Online Game | troy_eisert | C++ | 2 | Jan 29th, 2005 1:51 PM |