Jump to content

Recommended Posts

Posted (edited)

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
Posted

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?

Posted

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: )

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
×
×
  • Create New...