Thread: CHIP8 thread
View Single Post
Old June 3rd, 2009   #186 (permalink)
serge2k
Registered User
 
Join Date: Sep 2006
Location: surrey
Posts: 45
got my first schip8 game working, ALIEN.

The scroll down doesn't work though, problem in my drawing code (but only that particular piece of code)

I had a question for anyone who develops with C++/DirectX in VS2008. I was trying to show my emulator to a friend of mine from school (computer science ), it wouldn't start. What does he need in order to run it?

is there any way of modifying my program so it just includes everything it needs in the exe? I thought it would do this if I compiled it under the release configuration but apparently not...

edit:
found a few bugs (one of which was me overcomplicating things again)

ALIEN is now perfect I think.
CAR is too slow to be any fun but works.

I also noticed that my chip8 emulator has one problem, maze


well two actually blitz is still unplayable and it's still to slow or fast at times.

Last edited by serge2k; June 3rd, 2009 at 03:01..
serge2k is offline   Reply With Quote