Developing a game
Can anyone give me ideas where on where to start developing a game me and my friend are gonna make a new type of game
I would recommend starting with Unreal Engine 4 as it's free. You can use their tutorials and premade blueprints to learn and eventually with enough practice you'll be able to start experimenting on your own.
There are also courses on Udemy that you could try, but they cost money.
There are tonns of materials of this topic on the internet. Before everything else I recommend to get a good knowlege of basic programming principles. Without that
you wont be able to grasp and implement complex behaviours and systems. After that get to know to the most popular and modern game engines. Pick one that supports your needs and
start experimenting with it.
Find a sponsor and then start programming and buy some courses to learn how all this works (Don't add me on Skype to ask for help please)
Go for unity its free, it uses c# that's easy to learn. Unreal uses c++ much harder to learn. Plus lots of free help on youtube. Ive just googled unity engine tutorial 368,000,000 results and unreal engine tutorial 7,120,000 results. I must be a geek. hope this helps
In terms of creating a game it really depends on what programming languages you know or willing to learn, For instance C# is for unity and C++ is for unreal engine. I would suggest using a game engine to speed up the development process but at the same time there are a lot of game engines out there that do not require you to know any programming knowledge.
I reccomend Unity, its free and gives you a great experience.
use unity
use unity man, it have tons of tutorials on yt
I recommend starting small with an engine just to learn the basics of that engine. You'll find as you get further into your project you'll have learned a lot more about the engine that can help you with your real game than if you had just jumped into it with no knowledge of the engine.