Jump to content

Reversi the foetus


SumTingWong
 Share

Recommended Posts

Here's the beginning of a Reversi implementation using AutoIT.

Much of the game logic is borrowed from a C# implementation by Mike Hall from BrainJar.com. It was posted on CodeProject so hopefully he's ok with me reusing his code.

I will be adding the AI game logic next.

EDIT1: updated the UI so all the pics are preloaded on startup. I was getting an odd AutoIT Error box with the old method of changing the image for each pic control. Toggling the visibility of each pic seems to be the safer method.

Reversi.zip

Edited by pacman
Link to comment
Share on other sites

Here's the beginning of a Reversi implementation using AutoIT.

Much of the game logic is borrowed from a C# implementation by Mike Hall from BrainJar.com. It was posted on CodeProject so hopefully he's ok with me reusing his code.

I will be adding the AI game logic next.

EDIT1: updated the UI so all the pics are preloaded on startup. I was getting an odd AutoIT Error box with the old method of changing the image for each pic control. Toggling the visibility of each pic seems to be the safer method.

<{POST_SNAPBACK}>

Very cool pacman ...

:idiot:

We have enough youth. How about a fountain of SMART?

Link to comment
Share on other sites

Here's the beginning of a Reversi implementation using AutoIT.

Much of the game logic is borrowed from a C# implementation by Mike Hall from BrainJar.com. It was posted on CodeProject so hopefully he's ok with me reusing his code.

I will be adding the AI game logic next.

EDIT1: updated the UI so all the pics are preloaded on startup. I was getting an odd AutoIT Error box with the old method of changing the image for each pic control. Toggling the visibility of each pic seems to be the safer method.

<{POST_SNAPBACK}>

Hi :D Looks great the Game funny on autoit :idiot: )
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...