I’m working on a new video game. This video game will only use C/C++ for what its good at, i.e. small code, looping, etc. I’m going to write my own graphics library in both x86 and PowerPC Assembly. I don’t want to use anyone else’s c libraries because I do not like tying myself down to some else’s code and the bugs within their libraries. If I could get away with it, I would like to package my game with some type of free x86 emulator with FreeDos running over it or a Dos emulator with my game running over it. And one more thing, yes I know that x86 and PowerPC assembly are nothing alike.