Advertisement

Advise for android game

Started by January 09, 2017 02:27 AM
0 comments, last by Capoeirista 7 years, 10 months ago

Hello everyone,

Im new to game programming and i would like to know and learn more about.

I would like to know what i need to make android game. i only know python language.

i only know the basic of c. So i prefer if is possible to start with python. I want to create

a game not for profit but just for experience. To play with friends.The rules is simple so i think

maybe i can do it with python.

Example of the game:

Domination (risk&strategy) https://play.google.com/store/apps/details?id=net.yura.domination&hl=en_GB

I want to make similar game with differents rules.

About the graphic design , i want to make isometric map not simple graphics but something like clash of clans grapfics.

maybe i can buy the models online if is available.

Also the game is for multiplayer , for example i need to make that game for android so i can play against others 4-6 people the same time at the same map.

How can i start with that project? what i need ?

Is it possible to achieve that with python ?

Thanks

Yeah you can use Python to make games for the android platform.

Have a look at the PyGame library and once you've figured out how to actually make your game you can use this library to build for android.

In saying that since you're new to game development I'd start with something much simpler. Building a isometric multiplayer game from scratch is no simple task, and you'll be much more likely to succeed with the project if you have a solid foundation first.

This topic is closed to new replies.

Advertisement