SumTingWong Posted December 31, 2004 Posted December 31, 2004 (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 December 31, 2004 by pacman
Josbe Posted December 31, 2004 Posted December 31, 2004 Very nice. Good implementation. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
sykes Posted December 31, 2004 Posted December 31, 2004 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 ... We have enough youth. How about a fountain of SMART?
b14ck Posted January 2, 2005 Posted January 2, 2005 The BSD version is fun heh. -I am the giver of life and the bringer of death.
DirtyBanditos Posted January 2, 2005 Posted January 2, 2005 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 Looks great the Game funny on autoit )
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now