Page 1 of 1

Simple AmigaOS 4.1 network game in Hollywood?

Posted: Thu Oct 21, 2010 9:00 pm
by jalih
Simple socket support for Hollywood have been at the top of my wishlist for now...

I recently realized, a simple turn based network game is possible to do with Hollywood on AmigaOS 4.1 even without Hollywood's own support for network functions.

But how?

Solution is really simple: just let a simple python script to handle all the network socket stuff and forward data to Hollywood via arexx port.

Anyone tried this idea in practice?