help in 2d shotiing game

Started by
7 comments, last by Dale'Tallica'Williams 12 years, 5 months ago
hi i`m new to this community
i`m a graphic designer character animator
u can see some of my work in here
http://www.vimeo.com/polypic

also l love scripting with 3dmax script and extend script adobe
new to c++
i have done a game like pac man with simple ASCII characters from the tutorials of 3d buzz

now i want to make a 2d shooting game like metal slug - super mario - contraa

i need help
is there some kind of a code to a game like this
to study the design i tried to search but i coudn`t find any
Advertisement

hi i`m new to this community
i`m a graphic designer character animator
u can see some of my work in here
http://www.vimeo.com/polypic

also l love scripting with 3dmax script and extend script adobe
new to c++
i have done a game like pac man with simple ASCII characters from the tutorials of 3d buzz

now i want to make a 2d shooting game like metal slug - super mario - contraa

i need help
is there some kind of a code to a game like this
to study the design i tried to search but i coudn`t find any


You could try using a gaming engine like Unity 3D / UDK (google either one). They are both good engines for making games and 3D Buzz has a lot of tutorials that
teach you how to use these engines. Unity uses Java / C# but it may use C++. Unreal uses a different scripting language, I believe.
By the way, welcome to the community.biggrin.gif
thank u man for replying i`ll start learning unity very soon
but for know i want to make a 2d GAME
to enhance my abilities
also i love the 2d games too much the style is awesome
a simple 2d game
i think metal slug or mario won be hard to study

thanx

thank u man for replying i`ll start learning unity very soon
but for know i want to make a 2d GAME
to enhance my abilities
also i love the 2d games too much the style is awesome
a simple 2d game
i think metal slug or mario won be hard to study

thanx


You can use Unity3d or UDK to make 2D games (they will rechnically be 3D but you can restrict the gameplay to 2 dimensions). Check the second link in my signature for an example of a 2D style game I've been working on in Unity3D which should give you an idea of what's possible.

Alternatively you may want to look at using Flash with AS3 whcih would be very suitable for making 2D sidescrolling games.
Game Designer at Playground Games
thank u gesterx
i just wanted to make a game with simple function classes in c++
before getting into udk
i wanted to do without a tutorial just study the structure to be ware of certain things
& write my code after that
so if there any game like i wanted open source or the code is free will be helpful
Unless you're Dutch, the word 'you' isn't spelled 'u'.
sorry for my bad English
i`m Egyptian my frist lang is arabic
can u please help with my issue
If you're new to making games, then 'Game Maker' is a good engine to start with. You can use it without the need of any coding, but you can use coding and make the game more complex.

hi i`m new to this community
i`m a graphic designer character animator
u can see some of my work in here
http://www.vimeo.com/polypic

also l love scripting with 3dmax script and extend script adobe
new to c++
i have done a game like pac man with simple ASCII characters from the tutorials of 3d buzz

now i want to make a 2d shooting game like metal slug - super mario - contraa

i need help
is there some kind of a code to a game like this
to study the design i tried to search but i coudn`t find any

This topic is closed to new replies.

Advertisement