Stratagem

Welcome to the new website

September 19, 2006 by OrangeTide

Well I renamed ORTS to Stratagem, then replaces a dead/empty project on Sourceforge with this project. Please feel free to contribute code, new website, or cool graphics and sound.

Talk is cheap. Show me the code.
-- Linus Torvalds (2000-08-25)

A 10 second code-doodle I made to test out the <code> tag on this stylesheet:

for(int y=0;y<16;y++) { for(int x=0;x<32;x++) putchar("#."[(((x>>1)^y)>>1)&1]); putchar('\n'); }

Logo Created

September 20, 2006 by OrangeTide

I made a couple logos, using a well known site, then touched it up a bit in the Gimp. It has been checked in to be the icons for the MacOS X version. I'm not sure if I like the first version or second version better.

Stratagem: World Domination
First version
Stratagem: The Killing Begins
Second version

It would be nice if this logo could become incorporated into the website design some how. Unless of course people decide they hate the logo and want something totally different.

Last Modified: December 26, 2006