Guidance over simulation based games

Started by
3 comments, last by mmakrzem 10 years, 9 months ago

Hi!

I need some guidance, over preferred framework ( MVC, entity) in the development of such games. FYI, i tried using MVC, but was not much successful.


http://armorgames.com/play/13050/innkeeper

Target story line is something like this : (

">
)

Advice appreciated!

Vishwas

Advertisement

the game appears to be a turn-based economics sim. a flash game. 2d. some sound fx and music. for that you'd want some sort of sprite library, and some audio playback code. the next question is what's your target platform? flash based?

Norm Barrows

Rockland Software Productions

"Building PC games since 1989"

rocklandsoftware.net

PLAY CAVEMAN NOW!

http://rocklandsoftware.net/beta.php

Yes it's Actionscript, Flash/Flex based.

MVC and entity systems are not mutually exclusive.

Why did you have problems with MVC?

void hurrrrrrrr() {__asm sub [ebp+4],5;}

There are ten kinds of people in this world: those who understand binary and those who don't.

I need some guidance, over preferred framework ( MVC, entity) in the development of such games. FYI, i tried using MVC, but was not much successful.

There are many frameworks you can choose from. have a look at devmaster.net to find one that fits your needs.

This topic is closed to new replies.

Advertisement