Topic: new and networking

Hello,
I haven't dealt with game making before and I am just wondering if this Maratis is a good place to start. I don't mind dealing with a scripting language. Does it have a whole package for people to start designing a game idea? I like learning also but is it hard to add networking support?
I just want to make a sort of Age of empires II game

Re: new and networking

You can start by looking at the examples to see how scripting works,
if you want to first test the gameplay idea you can start to play with simple meshs, like boxes etc
Networking is not easy to start with, you will probably need to learn c++ or to team with
a programmer for that.

Step by step is good, first paper design (writing the rules, sketching...) then prototyping, and finally programming, network, modelling etc