Another programmer :)

Hi,
I'm a Spanish programmer and since long time ago i'm design a card engine. By now, I "only" have documented the core of the card engine and i'll start to code soon.
My card engine is based on virtual machines. The cards will not be programmed inside the "game". Instead, the cards will use some kind of "bytecode" that the engine will execute. This allow to implement cards and "mechanism" separately.
My intention is to program the core in C++ and make it portable. The destination of this core will be portable game consoles, PC's,... with a SDL client UI.
I'm a Spanish programmer and since long time ago i'm design a card engine. By now, I "only" have documented the core of the card engine and i'll start to code soon.
My card engine is based on virtual machines. The cards will not be programmed inside the "game". Instead, the cards will use some kind of "bytecode" that the engine will execute. This allow to implement cards and "mechanism" separately.
My intention is to program the core in C++ and make it portable. The destination of this core will be portable game consoles, PC's,... with a SDL client UI.